Closed oztrkmrt closed 2 months ago
ShoppingCart reducer
cart: [ { count: 1, checked: true, product: { id: “1235”, … } }, { count: 3, checked: true, product: { id: “1236”, … } }, ]
[x] All items in the cart should be seen on dropdown
ShoppingCart reducer
[x] All items in the cart should be seen on dropdown