From 042b07c2675e26209aa90a7eec327aed304f507d Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Sat, 9 Nov 2024 18:11:18 +0000 Subject: [PATCH] Removed redirection from the official-exam to records --- src/components/High/AssignmentCard.tsx | 15 +++++++-------- src/pages/exam.tsx | 3 ++- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/High/AssignmentCard.tsx b/src/components/High/AssignmentCard.tsx index 6720c0e1..d7427e5f 100644 --- a/src/components/High/AssignmentCard.tsx +++ b/src/components/High/AssignmentCard.tsx @@ -73,20 +73,19 @@ export default function AssignmentCard({ user, assignment, session, startAssignm className={clsx( "-md:hidden h-full w-full max-w-[50%] cursor-pointer" )}> - + )} )} {assignment.results.map((r) => r.user).includes(user.id) && (