fixes
This commit is contained in:
@@ -33,7 +33,7 @@ export default function OrderSummary() {
|
||||
const { data: restaurant } = useGetRestaurantDetailsQuery("595");
|
||||
const isHasLoyaltyGift =
|
||||
(restaurant?.loyalty_stamps ?? 0) -
|
||||
(restaurant?.customer_loyalty_points ?? 0) ===
|
||||
(restaurant?.customer_loyalty_points ?? 0) <=
|
||||
0;
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user