hide menu footer if restaurant close

This commit is contained in:
2025-11-16 23:56:57 +03:00
parent 05c190ad5b
commit 8263be3ae3
3 changed files with 12 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ function MenuPage() {
</Space>
</div>
<MenuFooter />
{restaurant && restaurant.isOpened && <MenuFooter />}
<ScrollEventHandler />
<FloatingButton />