mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
Remove wrong precondition on grid component (projects page).
This commit is contained in:
parent
7acfcbe09c
commit
67ae149c36
@ -177,7 +177,6 @@
|
|||||||
(mx/defc grid
|
(mx/defc grid
|
||||||
{:mixins [mx/static]}
|
{:mixins [mx/static]}
|
||||||
[state projects]
|
[state projects]
|
||||||
{:pre [(map? projects)]}
|
|
||||||
(let [ordering (:order state :name)
|
(let [ordering (:order state :name)
|
||||||
filtering (:filter state "")
|
filtering (:filter state "")
|
||||||
projects (->> (vals projects)
|
projects (->> (vals projects)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user