bnstooltips 1.7.1 → 1.7.2
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 +3 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +3 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -5871,7 +5871,9 @@ 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
|
-
|
|
5874
|
+
var mainItems;
|
|
5875
|
+
mainItems.push(upgradeOption.mainItemCost);
|
|
5876
|
+
costGroup.texts.push(React.createElement(DecomposeResults, { client: client, region: region, showUpgrade: false, items: mainItems }));
|
|
5875
5877
|
if (upgradeOption.subItemCost != null && upgradeOption.subItemCost.length > 0) {
|
|
5876
5878
|
costGroup.texts.push(React.createElement(DecomposeResults, { client: client, region: region, showUpgrade: false, items: upgradeOption.subItemCost }));
|
|
5877
5879
|
}
|