diff --git a/components/common/Layout/Layout.tsx b/components/common/Layout/Layout.tsx index 7eb235ed7..f4376bbf3 100644 --- a/components/common/Layout/Layout.tsx +++ b/components/common/Layout/Layout.tsx @@ -41,6 +41,7 @@ const FeatureBar = dynamic( interface Props { pageProps: { pages?: Page[] + commerceFeatures: Record } } @@ -48,7 +49,6 @@ const Layout: FC = ({ children, pageProps: { commerceFeatures, ...pageProps }, }) => { - console.log(pageProps) const { displaySidebar, displayModal,