diff --git a/src/components/Home.tsx b/src/components/Home.tsx index 9598ffd..c15422a 100644 --- a/src/components/Home.tsx +++ b/src/components/Home.tsx @@ -586,7 +586,7 @@ export const Home: React.FC<{ canEdit: boolean }> = ({ canEdit }) => { {avatarText} )} -
+
= ({ canEdit }) => {
-
-
- {student.name} -
-
- 0 ? "success" : student.score < 0 ? "error" : "default"} - style={{ fontWeight: "bold" }} - > - {student.score > 0 ? `+${student.score}` : student.score} - -
-