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 ( )