mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
Remove useless destructuring binding on content component (images page).
This commit is contained in:
parent
4c0f344c72
commit
f60d0bc81a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue