🐛 Fix assets search for typographies

This commit is contained in:
Andrés Moya 2020-10-02 10:49:09 +02:00
parent 2c23b0e7f4
commit f45d3f9c65

View file

@ -538,7 +538,7 @@
(str/empty? (:term filters))))
show-typography? (and (or (= (:box filters) :all)
(= (:box filters) :typographies))
(or (> (count colors) 0)
(or (> (count typographies) 0)
(str/empty? (:term filters))))]
[:div.tool-window-content
(when show-components?