Skip to content

Commit

Permalink
Update price-bundle.js
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshkhatri authored Mar 1, 2019
1 parent 6f49b07 commit 0332391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Bundle/view/base/web/js/price-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ define([
tiersFirstKey = _.keys(optionConfig)[0],
lowest = false;

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

Expand Down

0 comments on commit 0332391

Please sign in to comment.