0
Fork 0
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:
Andrey Antukh 2024-05-22 19:49:35 +02:00
parent 96844f5bea
commit 7f8c600837

View file

@ -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)