Skip to content

Commit 6f49b07

Browse files
authored
Update price-bundle.js
1 parent e7589ad commit 6f49b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/view/base/web/js/price-bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ define([
381381
tiers = optionConfig[tiersFirstKey].tierPrice;
382382
}
383383

384-
tiers.sort( function (a, b) {//sorting based on "price_qty"
384+
tiers.sort(function (a, b) {//sorting based on "price_qty"
385385
return a['price_qty'] - b['price_qty'];
386386
});
387387

0 commit comments

Comments
 (0)