mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Merge pull request #78 from tokens-studio/fix-assets-panel-view
Fix assets panel tab view
This commit is contained in:
commit
5efcb0f424
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…
Reference in a new issue