0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-01 17:41:50 -05:00

💄 Remove file-count filtering on recent.

This commit is contained in:
Andrey Antukh 2020-03-17 11:11:07 +01:00 committed by Alonso Torres
parent 0231e687b7
commit 0f9d796460

View file

@ -64,7 +64,6 @@
:deps (mf/deps team-id)})
(let [projects (->> (mf/deref projects-ref)
(vals)
(filter #(pos? (:file-count %)))
(sort-by :modified-at)
(reverse))