mirror of
https://github.com/penpot/penpot.git
synced 2026-09-06 12:09:24 +00:00
Remove useless destructuring binding on content component (images page).
This commit is contained in:
parent
4c0f344c72
commit
f60d0bc81a
@ -328,7 +328,7 @@
|
|||||||
|
|
||||||
(mx/defc content
|
(mx/defc content
|
||||||
{:mixins [mx/static]}
|
{:mixins [mx/static]}
|
||||||
[{:keys [type id selected] :as state} coll]
|
[{:keys [selected] :as state} coll]
|
||||||
[:section.dashboard-grid.library
|
[:section.dashboard-grid.library
|
||||||
(page-title coll)
|
(page-title coll)
|
||||||
(grid state)
|
(grid state)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user