mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ Fix zero case for plugins
This commit is contained in:
@@ -169,10 +169,11 @@
|
|||||||
[:div {:class (stl/css-case :info true :error error?)}
|
[:div {:class (stl/css-case :info true :error error?)}
|
||||||
(tr "workspace.plugins.error.manifest")])
|
(tr "workspace.plugins.error.manifest")])
|
||||||
|
|
||||||
[:> i18n/tr-html*
|
(when-not (empty? plugins-state)
|
||||||
{:class (stl/css :discover)
|
[:> i18n/tr-html*
|
||||||
:on-click #(st/emit! (ptk/event ::ev/event {::ev/name "open-plugins-list"}))
|
{:class (stl/css :discover)
|
||||||
:content (tr "workspace.plugins.discover" cf/plugins-list-uri)}]
|
:on-click #(st/emit! (ptk/event ::ev/event {::ev/name "open-plugins-list"}))
|
||||||
|
:content (tr "workspace.plugins.discover" cf/plugins-list-uri)}])
|
||||||
|
|
||||||
[:hr]
|
[:hr]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user