diff --git a/components/Layout.js b/components/Layout.js index c31dbef64..884528104 100644 --- a/components/Layout.js +++ b/components/Layout.js @@ -10,6 +10,7 @@ import { useRouter } from 'next/router' import throttle from 'lodash.throttle' import IdleTimeout from './IdleTimeout' import { signOut } from 'next-auth/react' +import getConfig from 'next/config' export default function Layout(props) { const t = props.locale === 'en' ? en : fr @@ -144,48 +145,31 @@ export default function Layout(props) {
{props.children}
- - - {process.env.ENVIRONMENT === 'production' ? ( -