diff --git a/frontend/src/app/main/ui/workspace/sidebar/assets/common.cljs b/frontend/src/app/main/ui/workspace/sidebar/assets/common.cljs index 392d5f01d..a15e6881d 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/assets/common.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/assets/common.cljs @@ -334,7 +334,7 @@ local-component? (= library-id current-file-id) component (find-component shape) - lacks-annotation? (nil? (:annotation shape)) + lacks-annotation? (nil? (:annotation component)) is-dangling? (nil? component) can-update-main? (or (not components-v2)