split bill: reorder flow

This commit is contained in:
2025-12-26 00:25:26 +03:00
parent 86c12e2c53
commit b261f3508f
12 changed files with 656 additions and 551 deletions

View File

@@ -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