diff --git a/client/src/components/game.construct.skill.btn.jsx b/client/src/components/game.construct.skill.btn.jsx index cedf7c33..553bdcc1 100644 --- a/client/src/components/game.construct.skill.btn.jsx +++ b/client/src/components/game.construct.skill.btn.jsx @@ -82,9 +82,11 @@ function Skill(props) { const border = buttons[removeTier(s.skill)] ? buttons[removeTier(s.skill)]() : ''; + const finished = game.phase === 'Finished'; + return (