add rstaurant opening hours
This commit is contained in:
@@ -126,6 +126,13 @@ function MenuPage() {
|
||||
{isRTL ? restaurant?.descriptionAR : restaurant?.description}
|
||||
</ProText>
|
||||
</div>
|
||||
|
||||
<ProText className={styles.openingHours}>
|
||||
{t("menu.openingHours", {
|
||||
openingTime: restaurant?.openingTime,
|
||||
closingTime: restaurant?.closingTime,
|
||||
})}
|
||||
</ProText>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -137,10 +144,7 @@ function MenuPage() {
|
||||
<CategoriesList categories={menuData?.categories || []} />
|
||||
</div>
|
||||
|
||||
<MenuList
|
||||
data={menuData}
|
||||
categoryRefs={categoryRefs}
|
||||
/>
|
||||
<MenuList data={menuData} categoryRefs={categoryRefs} />
|
||||
</Space>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user