From d2218c369e29d478ba0efb4e281a33b6f67e9c73 Mon Sep 17 00:00:00 2001 From: Simon Nedjari Date: Sat, 16 Sep 2023 10:34:23 +0200 Subject: [PATCH] fix: remove unused LanguagesToRemove function --- src/pages/lancer-un-defi/linguistique/1.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pages/lancer-un-defi/linguistique/1.tsx b/src/pages/lancer-un-defi/linguistique/1.tsx index 4b177b017..bca2f6c5e 100644 --- a/src/pages/lancer-un-defi/linguistique/1.tsx +++ b/src/pages/lancer-un-defi/linguistique/1.tsx @@ -154,11 +154,6 @@ const DefiStep1 = () => { ); } - const LanguagesToRemove = mascotteLanguages.reduce((list, currentValue) => { - list.push(currentValue.value); - return list; - }, new Array()); - return (