mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 00:01:51 -05:00
🐛 Fix flow diaplay when index is still not calculated
This commit is contained in:
parent
ee5eb2abc5
commit
81a42ef1df
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@
|
||||||
[:div.options-zone
|
[:div.options-zone
|
||||||
(case section
|
(case section
|
||||||
:interactions [:*
|
:interactions [:*
|
||||||
[:& flows-menu {:page page :index index}]
|
(when index
|
||||||
|
[:& flows-menu {:page page :index index}])
|
||||||
[:& interactions-menu]]
|
[:& interactions-menu]]
|
||||||
:comments [:& comments-menu]
|
:comments [:& comments-menu]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue