bradtraversy / proshop-v2

ProShop ecommerce website built with MERN & Redux Toolkit
532 stars 267 forks source link

Bugfix in PlaceOrderScreen.jsx #17

Open brameldering opened 10 months ago

brameldering commented 10 months ago

Bug in PlaceOrderScreen.jsx: when clicking on a product name in the Order Items the following error is shown: "Invalid ObjectId of: undefined". Fix on line 86: replaced ${item.product} with ${item._id}