Changed the Level test finish screen to only show the grade
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user