Skip to content

Commit 32278f8

Browse files
committed
Fix #7200 - static test fix
1 parent c601181 commit 32278f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/view/frontend/web/js/configurable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,8 @@ define([
451451
allowedProductMinPrice = this._getAllowedProductWithMinPrice(allowedProducts);
452452
optionFinalPrice = parseFloat(optionPrices[allowedProductMinPrice].finalPrice.amount);
453453
optionPriceDiff = optionFinalPrice - finalPrice;
454-
455454
options[i].label = options[i].label_initial;
455+
456456
if (optionPriceDiff !== 0) {
457457
options[i].label += ' ' + priceUtils.formatPrice(
458458
optionPriceDiff,

0 commit comments

Comments
 (0)