diff --git a/components/layout.js b/components/layout.js index dc174dc2..e90f6ccf 100644 --- a/components/layout.js +++ b/components/layout.js @@ -15,18 +15,16 @@ export default function Layout ({ return ( <> {seo && } - {/* android prop if true disables its native PTR */} - - {contain - ? ( - - {children} - - ) - : children} - {footer &&