Made it so the admin and agent should also be able to edit the amount each corporate should pay

This commit is contained in:
Tiago Ribeiro
2023-11-26 15:15:58 +00:00
parent a9bbbe8b52
commit ca89261e10
6 changed files with 107 additions and 65 deletions

View File

@@ -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(