Skip to content

Commit 6c96a3e

Browse files
committed
ConfigurableProduct module fixes
- Remove unused variable
1 parent 1f29bf2 commit 6c96a3e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ define([
362362
i,
363363
j,
364364
basePrice = parseFloat(this.options.spConfig.prices.basePrice.amount),
365-
optionPriceLabel,
366365
optionFinalPrice,
367366
optionPriceDiff,
368367
optionPrices = this.options.spConfig.optionPrices;
@@ -379,7 +378,6 @@ define([
379378
if (options) {
380379
for (i = 0; i < options.length; i++) {
381380
allowedProducts = [];
382-
optionPriceLabel = '';
383381
optionPriceDiff = 0;
384382

385383
/* eslint-disable max-depth */

0 commit comments

Comments
 (0)