fixes
This commit is contained in:
@@ -113,21 +113,21 @@ export default function RestaurantServices() {
|
||||
},
|
||||
]) ||
|
||||
[]),
|
||||
...((is_booking_enabled && [
|
||||
{
|
||||
id: OrderType.Booking,
|
||||
title: t("common.tableBooking"),
|
||||
description: t("home.services.booking"),
|
||||
icon: (
|
||||
<BookingIcon
|
||||
className={styles.serviceIcon + " " + styles.bookingIcon}
|
||||
/>
|
||||
),
|
||||
color: "bg-indigo-50 text-indigo-600",
|
||||
href: `/${subdomain}/menu?orderType=${OrderType.Booking}`,
|
||||
},
|
||||
]) ||
|
||||
[]),
|
||||
// ...((is_booking_enabled && [
|
||||
// {
|
||||
// id: OrderType.Booking,
|
||||
// title: t("common.tableBooking"),
|
||||
// description: t("home.services.booking"),
|
||||
// icon: (
|
||||
// <BookingIcon
|
||||
// className={styles.serviceIcon + " " + styles.bookingIcon}
|
||||
// />
|
||||
// ),
|
||||
// color: "bg-indigo-50 text-indigo-600",
|
||||
// href: `/${subdomain}/menu?orderType=${OrderType.Booking}`,
|
||||
// },
|
||||
// ]) ||
|
||||
// []),
|
||||
...((delivery && [
|
||||
{
|
||||
id: OrderType.Delivery,
|
||||
|
||||
Reference in New Issue
Block a user