Skip to content

Commit c1b8b17

Browse files
authored
Update single-config-stock.js
1 parent 0ecb6a6 commit c1b8b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

single-config-stock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ConfiguratorPage {
2222
this.stockData = [];
2323
this.originalStockData = [];
2424
this.currentDealerName = null;
25-
this.stockDisplayLimit = 1; // Change to 3 for production
25+
this.stockDisplayLimit = 3; // Change to 3 for production
2626
this.currentStockDisplayed = 0;
2727

2828
this.init();

0 commit comments

Comments
 (0)