diff --git a/common/src/app/common/svg.cljc b/common/src/app/common/svg.cljc index b1facba03..20ee86d94 100644 --- a/common/src/app/common/svg.cljc +++ b/common/src/app/common/svg.cljc @@ -596,7 +596,7 @@ (contains? svg-present-list k)) (cond (= k :class) - (assoc res :className val) + (assoc res :className v) (= k :style) (let [v (if (string? v) (parse-style v) v)]