Skip to content

Update and rename productSlide.js to productSlice.js#2

Open
chirag1718 wants to merge 1 commit intoIsAmitprajapati:mainfrom
chirag1718:patch-1
Open

Update and rename productSlide.js to productSlice.js#2
chirag1718 wants to merge 1 commit intoIsAmitprajapati:mainfrom
chirag1718:patch-1

Conversation

@chirag1718
Copy link
Copy Markdown

close #1

Issue: As mentioned the product quantity in the cart was not decreasing on decrementing.

  • Fix: There was a typo issue in decreaseQty where the variable was const qtyDec = ++qty
    I've replaced it with const qtyDec = --qty
  • And I've changed the fix the typo on the file name, changed it to producSlice.js

close IsAmitprajapati#1 

Issue: As mentioned the product quantity in the cart was not decreasing on decrementing.

Fix: There was a typo issue in decreaseQty where variable `const qtyDec = ++qty` I've replaced it with `const qtyDec = --qty`
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 12, 2023

Someone is attempting to deploy a commit to a Personal Account owned by @IsAmitprajapati on Vercel.

@IsAmitprajapati first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue in Counting the No. Of items

1 participant