-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(CHOD-2234): Support physical gifting #491
base: master
Are you sure you want to change the base?
Conversation
@@ -72,6 +74,11 @@ | |||
document.querySelector('.cart-options')?.remove(); | |||
return window.location.reload(); | |||
} | |||
// toggle physical gifting depned on giftable flag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Codacy found a critical Error Prone issue: You have a misspelled word: depned on Comment
The issue identified by the ESLint linter is a misspelling in the comment on the line // toggle physical gifting depned on giftable flag
. The word "depned" is a typo and should be corrected to "depend".
To fix this issue, the comment should be updated to reflect the correct spelling. Here is the suggested change:
// toggle physical gifting depned on giftable flag | |
// toggle physical gifting depend on giftable flag |
This comment was generated by an experimental AI tool.
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behaviour? (You can also link to an open issue here)
What is the new behaviour? (You can also link to the ticket here)
Does this PR introduce a breaking change?
Screenshots (If appropriate)