From 1c0fec52cf7310c3bb40933599defcb5ef2da0e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Rialland?= Date: Wed, 15 Mar 2023 12:44:12 +0100 Subject: [PATCH] Remove useless dynamic translation --- .../GuideStatut/PickLegalStatus.tsx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/site/source/pages/assistants/choix-du-statut/GuideStatut/PickLegalStatus.tsx b/site/source/pages/assistants/choix-du-statut/GuideStatut/PickLegalStatus.tsx index 6b09c1787..8a9fda421 100644 --- a/site/source/pages/assistants/choix-du-statut/GuideStatut/PickLegalStatus.tsx +++ b/site/source/pages/assistants/choix-du-statut/GuideStatut/PickLegalStatus.tsx @@ -21,7 +21,6 @@ type StatutButtonProps = { const StatutButton = ({ statut }: StatutButtonProps) => { const { absoluteSitePaths } = useSitePaths() - const { t } = useTranslation() return ( )