diff --git a/client/src/components/forms/ParticipantForm.tsx b/client/src/components/forms/ParticipantForm.tsx index 2c068948fd35a6d47cb875f059c89b8b18edc4e4..789f68a66f247a459654a4fbe95102c3174209d3 100644 --- a/client/src/components/forms/ParticipantForm.tsx +++ b/client/src/components/forms/ParticipantForm.tsx @@ -66,6 +66,7 @@ function ParticipantRow(props: ParticipantRowProps) { {localStorage.getItem("role") === "organizer" && ( <td class="p-2 text-center">{p.university}</td> )} + <td class="">{p.contain_cv ? "✔ï¸" : "âŒ"}</td> <td class="flex flex-row gap-4 p-2 text-center"> {localStorage.getItem("role") !== "volunteer" && ( <button @@ -191,6 +192,9 @@ export default function ParticipantForm() { Université </th> )} + <th class="border-b border-gray-300 p-2 text-center"> + Infos données + </th> <th class="border-b border-gray-300 p-2 text-center"> Actions </th>