diff --git a/frontend/src/app/util/shape_icon.cljs b/frontend/src/app/util/shape_icon.cljs index dcc484184b..3602d8d24c 100644 --- a/frontend/src/app/util/shape_icon.cljs +++ b/frontend/src/app/util/shape_icon.cljs @@ -60,7 +60,7 @@ "elipse") :path (if (cts/has-images? shape) "img" - "rectangle") + "path") :rect (if (cts/has-images? shape) "img" "rectangle")