Skip to content

Commit

Permalink
commit 28 nov 13h45
Browse files Browse the repository at this point in the history
  • Loading branch information
bturcotte committed Nov 28, 2024
1 parent f63065f commit 0e9c311
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/Tabs/StartTab.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 0e9c311

Please sign in to comment.