Solved a bug

This commit is contained in:
Tiago Ribeiro
2024-12-23 15:09:35 +00:00
parent e9c961e633
commit 2146f57941
4 changed files with 6 additions and 6 deletions

View File

@@ -139,7 +139,6 @@ export default function Dashboard({
value={entities.length}
color="purple"
/>
<IconCard Icon={BsClipboard2Data} label="Exams Performed" value={uniqBy(stats, "exam").length} color="purple" />
<IconCard Icon={BsPersonFillGear}
onClick={() => router.push("/statistical")}
label="Entity Statistics"