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

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)