mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 03:16:37 +00:00
fix(marketplace): exclude themes for plugins tab
This commit is contained in:
@@ -293,7 +293,7 @@
|
||||
filtered-pkgs (when (seq pkgs)
|
||||
(if (= @*category :themes)
|
||||
(filter #(:theme %) pkgs)
|
||||
pkgs))]
|
||||
(filter #(not (:theme %)) pkgs)))]
|
||||
|
||||
(rum/with-context
|
||||
[[t] i18n/*tongue-context*]
|
||||
|
||||
Reference in New Issue
Block a user