mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 04:49:03 -05:00
📎 Fix cljs fmt linter issue
This commit is contained in:
parent
4cb0e97db4
commit
96844f5bea
1 changed files with 6 additions and 6 deletions
|
@ -70,12 +70,12 @@
|
||||||
[{:keys [name description host code icon permissions]}]
|
[{:keys [name description host code icon permissions]}]
|
||||||
(.ɵloadPlugin
|
(.ɵloadPlugin
|
||||||
js/window #js
|
js/window #js
|
||||||
{:name name
|
{:name name
|
||||||
:description description
|
:description description
|
||||||
:host host
|
:host host
|
||||||
:code code
|
:code code
|
||||||
:icon icon
|
:icon icon
|
||||||
:permissions (apply array permissions)}))
|
:permissions (apply array permissions)}))
|
||||||
|
|
||||||
(mf/defc plugin-management-dialog
|
(mf/defc plugin-management-dialog
|
||||||
{::mf/register modal/components
|
{::mf/register modal/components
|
||||||
|
|
Loading…
Add table
Reference in a new issue