Added the ability for a corporate account to check the payment record

This commit is contained in:
Tiago Ribeiro
2024-01-03 10:41:00 +00:00
parent 06dc92fdaa
commit 35d1157b0c
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ export default function MobileMenu({isOpen, onClose, path, user}: Props) {
)}>
Record
</Link>
{["admin", "developer", "agent"].includes(user.type) && (
{["admin", "developer", "agent", "corporate"].includes(user.type) && (
<Link
href="/payment-record"
className={clsx(