mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
Fix lint
This commit is contained in:
@@ -275,7 +275,7 @@
|
|||||||
|
|
||||||
[])))
|
[])))
|
||||||
|
|
||||||
(defn generate-menu-entries [{:keys [token-id token-type-props token-type selected-shapes] :as context-data}]
|
(defn generate-menu-entries [{:keys [token-id token-type-props _token-type _selected-shapes] :as context-data}]
|
||||||
(let [{:keys [modal]} token-type-props
|
(let [{:keys [modal]} token-type-props
|
||||||
attribute-actions (additional-actions context-data)
|
attribute-actions (additional-actions context-data)
|
||||||
default-actions [{:title "Delete Token" :action #(st/emit! (dt/delete-token token-id))}
|
default-actions [{:title "Delete Token" :action #(st/emit! (dt/delete-token token-id))}
|
||||||
|
|||||||
Reference in New Issue
Block a user