Skip to content
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

Fixed: select all not working #184

Merged
merged 6 commits into from
Feb 22, 2023
Merged

Conversation

disha1202
Copy link
Contributor

Related Issues

Closes #

Short Description and Why It's Useful

Screenshots of Visual Changes before/after (If There Are Any)

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

@adityasharma7 adityasharma7 changed the title fix: select all not working Fixed: select all not working Feb 22, 2023
const unidentifiedItems = payload.unidentifiedItems.map((item: any) => {
if(item.updatedSku) {
item.shopifyProductSKU = item.updatedSku;
parsed[item.orderId] ? parsed[item.orderId].push(item) : parsed[item.orderId] = [item];
original[item.orderId].push(item)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should check if the array already exists

@adityasharma7 adityasharma7 merged commit 9cb12fc into hotwax:main Feb 22, 2023
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.

2 participants