From 0e9c311080b5feca26069b68670943d1f420f751 Mon Sep 17 00:00:00 2001 From: turcotteb Date: Thu, 28 Nov 2024 13:44:35 -0500 Subject: [PATCH] commit 28 nov 13h45 --- src/components/Tabs/StartTab.jsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/Tabs/StartTab.jsx b/src/components/Tabs/StartTab.jsx index 566d8716..9e3e8931 100644 --- a/src/components/Tabs/StartTab.jsx +++ b/src/components/Tabs/StartTab.jsx @@ -55,13 +55,9 @@ const StartTab = ({ disabled, record, updateRecord, handleUpdateRecord, userID } }; } - const AnglaisItems = [ - "Oceanographic", "Biological", "Other" - ]; + const AnglaisItems = ["Oceanographic", "Biological", "Other",]; - const FrancaisItems = - ["Océanographique", "Biologique", "Autre"] - ; + const FrancaisItems = ["Océanographique", "Biologique", "Autre",]; useEffect(() => {