mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 15:51:37 -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
|
||||
(case section
|
||||
:interactions [:*
|
||||
[:& flows-menu {:page page :index index}]
|
||||
(when index
|
||||
[:& flows-menu {:page page :index index}])
|
||||
[:& interactions-menu]]
|
||||
:comments [:& comments-menu]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue