Skip to content

Commit

Permalink
display api error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Olasunkanmi Oyinlola authored and Olasunkanmi Oyinlola committed Jan 21, 2024
1 parent edc8c7e commit bb084da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/components/Cart/ShoppinCartDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ export const ShoppingCartDetails = () => {
navigate("/");
}
},
onError: (data) => {
console.log(data);
},
});

return (
Expand Down

0 comments on commit bb084da

Please sign in to comment.