@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.
@@ -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],