Skip to content

Commit 0332391

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

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
@@ -377,7 +377,7 @@ define([
377377
tiersFirstKey = _.keys(optionConfig)[0],
378378
lowest = false;
379379

380-
if (undefined === tiers) {//tiers is undefined when options has only one option
380+
if (!tiers) {//tiers is undefined when options has only one option
381381
tiers = optionConfig[tiersFirstKey].tierPrice;
382382
}
383383

0 commit comments

Comments
 (0)