diff --git a/components/common/Layout/Layout.tsx b/components/common/Layout/Layout.tsx index 669880e5a..54749c46b 100644 --- a/components/common/Layout/Layout.tsx +++ b/components/common/Layout/Layout.tsx @@ -43,7 +43,6 @@ interface Props { pages?: Page[] commerceFeatures: Record } - categories: any[] } const Layout: FC = ({ diff --git a/components/common/Navbar/Navbar.tsx b/components/common/Navbar/Navbar.tsx index 1c2ab6dd3..a0d9ad2ce 100644 --- a/components/common/Navbar/Navbar.tsx +++ b/components/common/Navbar/Navbar.tsx @@ -5,7 +5,7 @@ import { Searchbar, UserNav } from '@components/common' import NavbarRoot from './NavbarRoot' import s from './Navbar.module.css' -const Navbar: FC = ({ categories }: any) => ( +const Navbar: FC = () => (