proshop_django
proshop_django copied to clipboard
fixed cart screen. removed item no longer get added after reloading t…
…he cartscreen
Right now if you delete any item from cart and refresh the page those deleted items again get added to the car because the useEffect use url parameter containing product id to add the items to the cart. So I have just used history to push the application to '/cart/' route.