diff --git a/client/src/components/game.construct.effect.box.jsx b/client/src/components/game.construct.effect.box.jsx index 4f571533..602f2d8f 100644 --- a/client/src/components/game.construct.effect.box.jsx +++ b/client/src/components/game.construct.effect.box.jsx @@ -27,6 +27,7 @@ class GameConstructEffects extends preact.Component { && (type === 'Effect' || type === 'Removal')) return true; } if (newProps.construct !== this.props.construct) return true; + if (newProps.gameSkillInfo !== this.props.gameSkillInfo) return true; return false; }