mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 07:11:32 -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
|
(mf/defc plugin-entry
|
||||||
[{:keys [index manifest on-open-plugin on-remove-plugin]}]
|
[{: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
|
handle-open-click
|
||||||
(mf/use-callback
|
(mf/use-callback
|
||||||
(mf/deps index manifest on-open-plugin)
|
(mf/deps index manifest on-open-plugin)
|
||||||
|
|
Loading…
Add table
Reference in a new issue