mirror of
https://github.com/penpot/penpot.git
synced 2025-03-10 14:51:37 -05:00
📎 Fix cljs linter issue
This commit is contained in:
parent
96844f5bea
commit
7f8c600837
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
(mf/defc plugin-entry
|
||||
[{:keys [index manifest on-open-plugin on-remove-plugin]}]
|
||||
|
||||
(let [{:keys [host icon url name description]} manifest
|
||||
(let [{:keys [host icon name description]} manifest
|
||||
handle-open-click
|
||||
(mf/use-callback
|
||||
(mf/deps index manifest on-open-plugin)
|
||||
|
|
Loading…
Add table
Reference in a new issue