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