Skip to content

Commit

Permalink
Update Lists.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MadhusudanDhakad authored Jan 29, 2025
1 parent f76be1c commit 2a173a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Pages/HomePage/Lists.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const Lists = ({ user }) => {
console.log(response);
});
setTimeout(() => {
window.location.href = "/cart";
// navigate("/cart");
// window.location.href = "/cart";
navigate("/cart");
}, 500);
};
// console.log(selectedBooks);
Expand Down

0 comments on commit 2a173a1

Please sign in to comment.