mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 19:06:36 +02: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
|
(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…
Add table
Add a link
Reference in a new issue