diff --git a/frontend/src/app/main/data/style_dictionary.cljs b/frontend/src/app/main/data/style_dictionary.cljs index 961c0dbc96..1bf2de0d0a 100644 --- a/frontend/src/app/main/data/style_dictionary.cljs +++ b/frontend/src/app/main/data/style_dictionary.cljs @@ -236,7 +236,7 @@ Uses `font-size-value` to calculate the relative line-height value. Returns an error for an invalid font-size value." [line-height-value font-size-value font-size-errors] - (let [missing-references (seq (some cto/find-token-value-references line-height-value)) + (let [missing-references (seq (cto/find-token-value-references line-height-value)) error (cond missing-references