Javascript – Redux project delete button isn't working
I'm working on redux project that has add to card button and delete item from card. The delete button isn't working and when I check with console.log it's adding item to card. I'm trying to fix it but it's not…