Skip to content

Update CartItem.tsx#9

Open
DoneWithWork wants to merge 1 commit intoWebDevSimplified:mainfrom
DoneWithWork:patch-1
Open

Update CartItem.tsx#9
DoneWithWork wants to merge 1 commit intoWebDevSimplified:mainfrom
DoneWithWork:patch-1

Conversation

@DoneWithWork
Copy link
Copy Markdown

{quantity > 1 ...} ----> {quantity >0 ...}
If user had only one item in cart, the span would not show up.

{quantity > 1 ...} ----> {quantity >0 ...}
If user had only one item in cart, the span would not show up.
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.

1 participant