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 - taxAmount -
totalDiscount + totalDiscount +
deliveryFee - deliveryFee -
state.order.splitBillAmount - state.order.splitBillAmount +
Number(state.order.tip) Number(state.order.tip)
); );
}; };