add split bill choice bottom sheet
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user