diff --git a/client/src/components/skill.btn.jsx b/client/src/components/skill.btn.jsx index 95eeddb6..80fcde36 100644 --- a/client/src/components/skill.btn.jsx +++ b/client/src/components/skill.btn.jsx @@ -38,7 +38,7 @@ function Skill(props) { const s = construct.skills[i]; const ko = construct.green_life.value === 0 ? 'ko' : ''; - if (!s) { + if (!s || !game) { return (