mirror of
https://github.com/penpot/penpot.git
synced 2026-03-08 03:01:11 +00:00
Remove wrong precondition on grid component (projects page).
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user