From f320fee416d209354e199f83b9a0a5262590b487 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Sun, 24 Mar 2024 03:24:12 +0000 Subject: [PATCH] This is better --- src/pages/record.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/record.tsx b/src/pages/record.tsx index 74228915..d56cc63b 100644 --- a/src/pages/record.tsx +++ b/src/pages/record.tsx @@ -74,7 +74,6 @@ export default function History({user}: {user: User}) { setGroupedStats( groupByDate( stats.filter((x) => { - if (x.solutions.length === 0) return false; if ((x.module === "writing" || x.module === "speaking") && !x.isDisabled && !x.solutions.every((y) => "evaluation" in y)) return false; return true;