diff --git a/frontend/src/app/main/ui/shapes/custom_stroke.cljs b/frontend/src/app/main/ui/shapes/custom_stroke.cljs index 62f667fe5..339a7e669 100644 --- a/frontend/src/app/main/ui/shapes/custom_stroke.cljs +++ b/frontend/src/app/main/ui/shapes/custom_stroke.cljs @@ -390,7 +390,7 @@ props (if (cph/frame-shape? shape) props (if (or (some? (->> shape-shadow (remove :hidden) seq)) - (not ^boolean (:hidden shape-blur))) + (and (some? shape-blur) (not ^boolean (:hidden shape-blur)))) (obj/set! props "filter" (dm/fmt "url(#filter-%)" render-id)) props))