From 4da6ae0a741e922a7437586a452f0474ba3f42ec Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 24 Jun 2019 15:37:50 +0000 Subject: [PATCH] fix(frontend): minor fix on icon shape component --- frontend/src/uxbox/main/ui/shapes/icon.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/uxbox/main/ui/shapes/icon.cljs b/frontend/src/uxbox/main/ui/shapes/icon.cljs index f49d9e8766..79379ae1c1 100644 --- a/frontend/src/uxbox/main/ui/shapes/icon.cljs +++ b/frontend/src/uxbox/main/ui/shapes/icon.cljs @@ -66,7 +66,7 @@ :width width :height height :preserve-aspect-ratio "none" - :dangerouslySetInnerHTML {:__html content}} + :dangerouslySetInnerHTML #js {:__html content}} attrs (merge props (attrs/extract-style-attrs shape))] [:g {:transform (str xfmt)}