mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Fix assets panel tab view
This commit is contained in:
parent
68a201374c
commit
6d5beb7583
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@
|
|||
toggle-pages (mf/use-callback #(reset! show-pages? not))
|
||||
|
||||
section (cond (or mode-inspect? (contains? layout :layers)) :layers
|
||||
(contains? layout :tokens) :tokens
|
||||
(contains? layout :assets) :assets)
|
||||
(contains? layout :assets) :assets
|
||||
(contains? layout :tokens) :tokens)
|
||||
|
||||
shortcuts? (contains? layout :shortcuts)
|
||||
show-debug? (contains? layout :debug-panel)
|
||||
|
|
Loading…
Add table
Reference in a new issue