bnstooltips 1.7.3 → 1.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.es.js CHANGED
@@ -5871,7 +5871,7 @@ function ItemImproveTooltip(_a) {
5871
5871
  React.createElement("span", { className: "TooltipBase_grade-8" }, "This option has a chance to fail!")));
5872
5872
  }
5873
5873
  if (upgradeOption.mainItemCost != null) {
5874
- var mainItems;
5874
+ var mainItems = [];
5875
5875
  mainItems.push(upgradeOption.mainItemCost);
5876
5876
  costGroup.texts.push(React.createElement(DecomposeResults, { client: client, region: region, showUpgrade: false, items: mainItems }));
5877
5877
  }