From 6dcd9f6a3c91910f3d3bb3683d81131a1fa21479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=B3=D0=B4=D0=BE=D1=80=D0=BE=D0=B2=D0=B0=20?= =?UTF-8?q?=D0=90=D0=BB=D0=B8=D0=BD=D0=B0?= <61090329+Metanka@users.noreply.github.com> Date: Tue, 5 Jan 2021 23:15:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BD=D0=B0=D0=B2=D0=B8=D0=B3=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=B2=20=D0=BD=D0=B8=D0=B6=D0=BD=D0=B5=D0=B9=20=D0=BF?= =?UTF-8?q?=D0=B0=D0=BD=D0=B5=D0=BB=D0=B8=20(#46)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/components/both-menu/BothMenu.tsx | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/app/components/both-menu/BothMenu.tsx b/src/app/components/both-menu/BothMenu.tsx index d2ee15f..b0913c2 100644 --- a/src/app/components/both-menu/BothMenu.tsx +++ b/src/app/components/both-menu/BothMenu.tsx @@ -5,6 +5,8 @@ import AddIcon from '@material-ui/icons/Add'; import MoveToInboxIcon from '@material-ui/icons/MoveToInbox'; import CalendarTodayIcon from '@material-ui/icons/CalendarToday'; import ListAltIcon from '@material-ui/icons/ListAlt'; +import {NavLink} from 'react-router-dom'; +import {ROUTES} from '_consts/common'; const useStyles = makeStyles((theme: Theme) => createStyles({ @@ -48,13 +50,17 @@ const BothMenu: React.FC = ({trigger}) => { edge="start" color="inherit" > - + + + - + + + = ({trigger}) => { edge="start" color="inherit" > - + + +