File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
mfes/scp-teacher-repo/src/components Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ import { useDirection } from '../hooks/useDirection';
3939import GroupsIcon from '@mui/icons-material/Groups' ;
4040import { YOUTHNET_USER_ROLE } from './youthNet/tempConfigs' ;
4141import EditNoteIcon from '@mui/icons-material/EditNote' ;
42+ import PersonAddIcon from '@mui/icons-material/PersonAdd' ;
4243interface DrawerProps {
4344 toggleDrawer ?: ( open : boolean ) => ( ) => void ;
4445 open : boolean ;
@@ -213,6 +214,7 @@ const MenuDrawer: React.FC<DrawerProps> = ({
213214 const isSurveys = router . pathname . includes ( '/youthboard/surveys' ) ;
214215 const isFaq = router . pathname . includes ( '/faqs' ) ;
215216 const isManualAssessment = router . pathname . includes ( '/manual-assessments' ) ;
217+ const isUserRegistration = router . pathname . includes ( '/user-registration-list' ) ;
216218
217219 return (
218220 < Drawer
You can’t perform that action at this time.
0 commit comments