mirror of
https://github.com/penpot/penpot.git
synced 2026-04-29 21:28:20 +00:00
💄 Remove file-count filtering on recent.
This commit is contained in:
parent
0231e687b7
commit
0f9d796460
@ -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))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user