fix adding
This commit is contained in:
@@ -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)
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user