Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cctina516 committed Sep 24, 2024
1 parent cd5176a commit 64a8ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/commerce-cart-summary/commerce-cart-summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default async function decorate(block) {
enableRemoveItem: enableRemoveItem === 'true',
showDiscount: showDiscount === 'true',
showSavings: showSavings === 'true',
quantityType: quantityType,
dropdownOptions: dropdownOptions,
quantityType,
dropdownOptions,
})(block);
}

0 comments on commit 64a8ab0

Please sign in to comment.