diff --git a/src/client/component/headline.tsx b/src/client/component/headline.tsx index d5e8f5d..ab16f67 100644 --- a/src/client/component/headline.tsx +++ b/src/client/component/headline.tsx @@ -8,7 +8,7 @@ import { import { makeStyles, Theme, useTheme, fade } from '@material-ui/core/styles'; import { ChevronLeft, ChevronRight, Menu as MenuIcon, Search as SearchIcon, AccountCircle } from '@material-ui/icons'; import { Link as RouterLink, useRouteMatch } from 'react-router-dom'; -import { UserContext } from '../state'; +import { doLogout, UserContext } from '../state'; const drawerWidth = 240; @@ -135,7 +135,7 @@ export const Headline = (prop: { onClose={handleProfileMenuClose} > - + ); const drawer_contents = (<>