bigcommerce / b2b-buyer-portal

B2B Buyer Portal - BigCommerce B2B Edition
MIT License
25 stars 19 forks source link

fix: apply changes in Invoice/Invoice.tsx to Invoice/index.tsx #43

Closed icatalina closed 3 months ago

icatalina commented 3 months ago

What/Why?

There was some merge issue, and the Invoice/Invoice.tsx file was not deleted when the index.tsx was created. This made the most recent PR modify the wrong file.

This commit applies the changes in Invoice.tsx to index.tsx and deletes ShoppingListDetails.tsx which is superfluous.

Rollout/Rollback

Revert this PR

Testing