diff --git a/components/core/Layout/Layout.tsx b/components/core/Layout/Layout.tsx index 4d8556d07..22113ad4f 100644 --- a/components/core/Layout/Layout.tsx +++ b/components/core/Layout/Layout.tsx @@ -19,9 +19,9 @@ const Layout: FunctionComponent = ({ className, children }) => { />
{children}
- + {/* - + */} ); };