diff --git a/web/client/src/layout/components/header/index.js b/web/client/src/layout/components/header/index.js index 7092e3b..275626c 100644 --- a/web/client/src/layout/components/header/index.js +++ b/web/client/src/layout/components/header/index.js @@ -34,7 +34,7 @@ function Header(props) { const handelClick = (item) => { if (item.key === 'logout') { // dispatch(actions.auth.logout(user)); - // sessionStorage.removeItem('selectedKeys'); + sessionStorage.removeItem('selectedKeys'); history.push('/brief'); } // else if (item.key === 'themeLight') { diff --git a/web/client/src/sections/homePage/containers/index.js b/web/client/src/sections/homePage/containers/index.js index ea1c61d..79532a4 100644 --- a/web/client/src/sections/homePage/containers/index.js +++ b/web/client/src/sections/homePage/containers/index.js @@ -225,7 +225,7 @@ function Management(props) { {/* */} - +