Skip to content

Commit

Permalink
Resolving eslint error after merging
Browse files Browse the repository at this point in the history
  • Loading branch information
BC-tymurbiedukhin committed Dec 1, 2020
1 parent c41a83d commit 6a51c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/theme/common/cart-item-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class CartItemDetails extends ProductDetailsBase {
const hasOptions = $productOptionsElement.html().trim().length;
const hasDefaultOptions = $productOptionsElement.find('[data-default]').length;

$productOptionsElement.on('change', e => {
$productOptionsElement.on('change', () => {
this.setProductVariant();
});

Expand Down

0 comments on commit 6a51c3a

Please sign in to comment.