fix(marketplace): exclude themes for plugins tab

This commit is contained in:
charlie
2021-11-22 13:17:32 +08:00
committed by Tienson Qin
parent 0f73f5ff2e
commit 82a522fb05

View File

@@ -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*]