diff --git a/client/src/components/game.component.jsx b/client/src/components/game.component.jsx index 40a7b6cf..2b572aef 100644 --- a/client/src/components/game.component.jsx +++ b/client/src/components/game.component.jsx @@ -153,9 +153,6 @@ function GamePanel(props) { className={`game-cryp ${ko} ${classes}`} style={ activeSkill ? { cursor: 'pointer' } : {}} onClick={() => selectSkillTarget(cryp.id)} > -
- {stats} -
selectSkillTarget(cryp.id)} > @@ -165,6 +162,9 @@ function GamePanel(props) {
{cryp.effects.map(c => {c.effect} - {c.duration}T)}
+
+ {stats} +
); }