diff --git a/src/shared/SideBar.tsx b/src/shared/SideBar.tsx index ca2ba10..c262f5c 100644 --- a/src/shared/SideBar.tsx +++ b/src/shared/SideBar.tsx @@ -83,7 +83,7 @@ const SideBar: FC = () => { title={t('sidebar.mainpage')} isActive={isActive('dashboard')} link={Pages.dashboard} - activeName='dashboard' + activeName='' /> }