0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00

Remove useless destructuring binding on content component (images page).

This commit is contained in:
Andrey Antukh 2016-10-26 23:39:08 +02:00
parent 4c0f344c72
commit f60d0bc81a
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -328,7 +328,7 @@
(mx/defc content
{:mixins [mx/static]}
[{:keys [type id selected] :as state} coll]
[{:keys [selected] :as state} coll]
[:section.dashboard-grid.library
(page-title coll)
(grid state)