0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 06:58:58 -05:00

Fix missing dependency

This commit is contained in:
Florian Schroedl 2024-05-16 09:59:55 +02:00
parent 48c85d7200
commit 23bee8415a

View file

@ -289,7 +289,7 @@
on-radius-1-change on-radius-1-change
(mf/use-fn (mf/use-fn
(mf/deps ids change-radius) (mf/deps ids change-radius border-radius-tokens)
(fn [value] (fn [value]
(let [token (when (symbol? value) (let [token (when (symbol? value)
(get border-radius-tokens (str value))) (get border-radius-tokens (str value)))