diff --git a/client/src/components/molecules/NotificationFilterDropdown/index.tsx b/client/src/components/molecules/NotificationFilterDropdown/index.tsx index 7fd549a0..9bc4ad8b 100644 --- a/client/src/components/molecules/NotificationFilterDropdown/index.tsx +++ b/client/src/components/molecules/NotificationFilterDropdown/index.tsx @@ -1,5 +1,4 @@ import classNames from 'classnames' -import { useRouter } from 'next/router' import { Menu } from '@headlessui/react' import React, { FC, ReactNode } from 'react' @@ -18,7 +17,6 @@ type Props = { } const NotificationFilterDropdown: FC = (props): JSX.Element => { - const router = useRouter() const { children,