Changed the Level test finish screen to only show the grade

This commit is contained in:
Tiago Ribeiro
2024-01-31 23:45:09 +00:00
parent 908ce5b5b9
commit 147a450be2
2 changed files with 1 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ export default function PaymentDue({
invites,
isLoading: isInvitesLoading,
reload: reloadInvites,
} = useInvites({ to: user.id });
} = useInvites({ to: user?.id });
const isIndividual = () => {
if (user?.type === "developer") return true;