ENCOA-294 & ENCOA-293
This commit is contained in:
@@ -96,7 +96,6 @@ export default function Dashboard({ user, users, entities, assignments, stats, g
|
||||
value={groups.length}
|
||||
color="purple"
|
||||
/>
|
||||
<IconCard Icon={BsClipboard2Data} label="Exams Performed" value={uniqBy(stats, "exam").length} color="purple" />
|
||||
{allowedStudentPerformance.length > 0 && (
|
||||
<IconCard Icon={BsPersonFillGear}
|
||||
onClick={() => router.push("/users/performance")}
|
||||
|
||||
Reference in New Issue
Block a user