updates
This commit is contained in:
@@ -127,6 +127,11 @@ const SidebarStaff: React.FC<SidebarStaffProps> = ({
|
||||
icon: BarChart3,
|
||||
label: 'Reports'
|
||||
},
|
||||
{
|
||||
path: '/staff/profile',
|
||||
icon: Users,
|
||||
label: 'My Profile'
|
||||
},
|
||||
];
|
||||
|
||||
const isActive = (path: string) => {
|
||||
|
||||
Reference in New Issue
Block a user