add split bill choice bottom sheet

This commit is contained in:
2025-12-03 01:53:28 +03:00
parent c43708be6d
commit 265fb4b983
8 changed files with 359 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ export default function BriefMenu() {
const cardTitle = useMemo(
() =>
orderType === OrderType.DineIn
orderType === OrderType.DineIn || orderType === OrderType.Pay
? t("checkout.table") + " " + tables
: t("checkout.items"),
[orderType, t, tables],