Made it so the admin and agent should also be able to edit the amount each corporate should pay
This commit is contained in:
@@ -103,7 +103,7 @@ export default function MobileMenu({isOpen, onClose, path, user}: Props) {
|
||||
)}>
|
||||
Record
|
||||
</Link>
|
||||
{user.type !== "student" && (
|
||||
{user.type !== "student" && user.type !== "admin" && (
|
||||
<Link
|
||||
href="/settings"
|
||||
className={clsx(
|
||||
|
||||
Reference in New Issue
Block a user