mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 22:22:43 -05:00
Fix lint
This commit is contained in:
parent
82b44e6569
commit
3ad009b515
1 changed files with 1 additions and 1 deletions
|
@ -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))}
|
||||||
|
|
Loading…
Add table
Reference in a new issue