mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +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?)}
|
||||
(tr "workspace.plugins.error.manifest")])
|
||||
|
||||
(when-not (empty? plugins-state)
|
||||
[:> i18n/tr-html*
|
||||
{:class (stl/css :discover)
|
||||
:on-click #(st/emit! (ptk/event ::ev/event {::ev/name "open-plugins-list"}))
|
||||
:content (tr "workspace.plugins.discover" cf/plugins-list-uri)}]
|
||||
:content (tr "workspace.plugins.discover" cf/plugins-list-uri)}])
|
||||
|
||||
[:hr]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user