split bill: reorder flow
This commit is contained in:
@@ -158,21 +158,21 @@ export default function RestaurantServices() {
|
||||
},
|
||||
]) ||
|
||||
[]),
|
||||
...((true && [
|
||||
{
|
||||
id: OrderType.Pay,
|
||||
title: t("common.pay"),
|
||||
description: t("home.services.pay"),
|
||||
icon: (
|
||||
<ToOfficeIcon
|
||||
className={styles.serviceIcon + " " + styles.officeIcon}
|
||||
/>
|
||||
),
|
||||
color: "bg-orange-50 text-orange-600",
|
||||
href: `/${subdomain}/pay`,
|
||||
},
|
||||
]) ||
|
||||
[]),
|
||||
// ...((true && [
|
||||
// {
|
||||
// id: OrderType.Pay,
|
||||
// title: t("common.pay"),
|
||||
// description: t("home.services.pay"),
|
||||
// icon: (
|
||||
// <ToOfficeIcon
|
||||
// className={styles.serviceIcon + " " + styles.officeIcon}
|
||||
// />
|
||||
// ),
|
||||
// color: "bg-orange-50 text-orange-600",
|
||||
// href: `/${subdomain}/pay`,
|
||||
// },
|
||||
// ]) ||
|
||||
// []),
|
||||
];
|
||||
|
||||
// Determine grid class based on number of services
|
||||
|
||||
Reference in New Issue
Block a user