diff --git a/frontend/src/app/main/data/tokens.cljs b/frontend/src/app/main/data/tokens.cljs index fce743303..b2935364b 100644 --- a/frontend/src/app/main/data/tokens.cljs +++ b/frontend/src/app/main/data/tokens.cljs @@ -60,8 +60,7 @@ (toggle-or-apply-token shape token))) (defn apply-token-to-shape - "When the passed `:token` is non-nil apply it to the `:applied-tokens` on a shape." - [{:keys [shape token attributes] :as props}] + [{:keys [shape token attributes] :as _props}] (let [applied-tokens (apply-token-id-to-attributes {:shape shape :token-id (:id token) :attributes attributes})]