@rpg-engine/long-bow 0.5.53 → 0.5.54
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/dist/long-bow.cjs.development.js +3 -0
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +3 -0
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/SkillsContainer.tsx +4 -0
|
@@ -18338,6 +18338,9 @@ var SkillsContainer = function SkillsContainer(_ref) {
|
|
|
18338
18338
|
}
|
|
18339
18339
|
//@ts-ignore
|
|
18340
18340
|
var skillDetails = skill[key];
|
|
18341
|
+
if (!skillDetails) {
|
|
18342
|
+
continue;
|
|
18343
|
+
}
|
|
18341
18344
|
output.push(React__default.createElement(SkillProgressBar, {
|
|
18342
18345
|
key: key,
|
|
18343
18346
|
skillName: skillNameMap[key],
|