Skip to content

Commit ae44993

Browse files
committed
build issue solved
1 parent 2b43c43 commit ae44993

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mfes/scp-teacher-repo/src/components/MenuDrawer.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ import { useDirection } from '../hooks/useDirection';
3939
import GroupsIcon from '@mui/icons-material/Groups';
4040
import { YOUTHNET_USER_ROLE } from './youthNet/tempConfigs';
4141
import EditNoteIcon from '@mui/icons-material/EditNote';
42+
import PersonAddIcon from '@mui/icons-material/PersonAdd';
4243
interface 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

0 commit comments

Comments
 (0)