diff --git a/next/components/molecules/Footer.js b/next/components/molecules/Footer.js index 86dcbef7..12dd710c 100644 --- a/next/components/molecules/Footer.js +++ b/next/components/molecules/Footer.js @@ -55,9 +55,6 @@ function SocialLink({ href, icon }) { } function FooterLink(props) { - const router = useRouter(); - const { locale } = router; - return ( )