0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

Remove wrong precondition on grid component (projects page).

This commit is contained in:
Andrey Antukh 2016-11-09 11:24:06 +01:00
parent 7acfcbe09c
commit 67ae149c36
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -177,7 +177,6 @@
(mx/defc grid
{:mixins [mx/static]}
[state projects]
{:pre [(map? projects)]}
(let [ordering (:order state :name)
filtering (:filter state "")
projects (->> (vals projects)