0
Fork 0
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:
Andrés Moya 2021-10-13 17:41:23 +02:00
parent ee5eb2abc5
commit 81a42ef1df

View file

@ -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]