This commit is contained in:
2025-10-24 06:12:58 +03:00
parent 3aeaa0a9f3
commit 3a827a8f69
7 changed files with 90 additions and 52 deletions

View File

@@ -117,7 +117,8 @@ function MenuPage() {
<Space direction="vertical" style={{ width: "100%", gap: 16 }}>
<div>
{restaurant?.loyalty_stamps &&
restaurant?.is_loyalty_enabled && <LoyaltyCard />}
restaurant?.is_loyalty_enabled &&
<LoyaltyCard />}
<CategoriesList categories={menuData?.categories || []} />
</div>