Removed the "Correct" and stuff from the Finish for the Writing and Speaking
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user