fix adding

This commit is contained in:
2026-01-12 11:05:43 +03:00
parent f988fd3a4e
commit eed10e8faf

View File

@@ -873,7 +873,7 @@ export const selectGrandTotal = (state: RootState) => {
taxAmount -
totalDiscount +
deliveryFee -
state.order.splitBillAmount -
state.order.splitBillAmount +
Number(state.order.tip)
);
};