diff --git a/client/src/components/header.jsx b/client/src/components/header.jsx index 8810ecb3..2ce0368f 100644 --- a/client/src/components/header.jsx +++ b/client/src/components/header.jsx @@ -40,7 +40,7 @@ const addState = connect( dispatch(actions.setItemEquip(null)); dispatch(actions.setItemUnequip([])); dispatch(actions.setVboxHighlight([])); - + dispatch(actions.setMtxActive(null)); return dispatch(actions.setNav(place)); } @@ -83,16 +83,16 @@ function Header(args) { class={`login-btn ${nav === 'play' ? 'highlight' : ''}`}> Play - +