From 05501c6f998683d2fc261f6111fe6c88142c2fa5 Mon Sep 17 00:00:00 2001 From: okbel Date: Thu, 18 Feb 2021 13:26:47 -0300 Subject: [PATCH] Adding tyni typing --- components/common/Layout/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,