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:
parent
0231e687b7
commit
0f9d796460
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue