From 70d03c36d0aca0aa5c129f8abdbcdb39b00c14a9 Mon Sep 17 00:00:00 2001 From: Ananda Date: Thu, 10 Oct 2024 16:38:19 +0200 Subject: [PATCH] chore: ajout lba dans explorer (#284) --- .../explorer/ResearchFormationsResult.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ui/app/(explorer)/explorer/ResearchFormationsResult.tsx b/ui/app/(explorer)/explorer/ResearchFormationsResult.tsx index 4dd216e9..cec7ab5b 100644 --- a/ui/app/(explorer)/explorer/ResearchFormationsResult.tsx +++ b/ui/app/(explorer)/explorer/ResearchFormationsResult.tsx @@ -165,6 +165,23 @@ export default function ResearchFormationsResult({ header: "Code de certification", size: 150, }, + { + id: "lba", + header: "LBA", + size: 50, + Cell: ({ row }) => { + return ( +
+ + ICI + +
+ ); + }, + }, { accessorKey: "code_formation_diplome", header: "CFD",