Removed the "Correct" and stuff from the Finish for the Writing and Speaking

This commit is contained in:
Tiago Ribeiro
2024-03-24 12:28:42 +00:00
parent c2b6be4425
commit 5decfb098d

View File

@@ -182,7 +182,8 @@ export default function Finish({user, scores, modules, isLoading, onViewResults}
{showLevel(bandScore)}
</div>
</div>
<div className="flex flex-col gap-5">
{!["writing", "speaking"].includes(selectedModule) ? (
<div className="flex flex-col gap-5 w-28">
<div className="flex gap-2">
<div className="bg-mti-red-light mt-1 h-3 w-3 rounded-full" />
<div className="flex flex-col">
@@ -209,6 +210,9 @@ export default function Finish({user, scores, modules, isLoading, onViewResults}
</div>
</div>
</div>
) : (
<div className="w-28 h-full" />
)}
</div>
</div>
)}