diff --git a/frontend/src/app/main/ui/workspace/shapes/frame.cljs b/frontend/src/app/main/ui/workspace/shapes/frame.cljs index 81ad2f7f2..2adf9ba64 100644 --- a/frontend/src/app/main/ui/workspace/shapes/frame.cljs +++ b/frontend/src/app/main/ui/workspace/shapes/frame.cljs @@ -175,7 +175,7 @@ :href thumbnail-uri :on-load on-load :on-error on-error - :style {:display (when-not ^boolean thumbnail? "none")}}] + :style {:display (when-not (and ^boolean thumbnail? ^boolean thumbnail-uri) "none")}}] ;; Render border around image when we are debugging ;; thumbnails.