diff --git a/src/components/Layout/Layout.jsx b/src/components/Layout/Layout.jsx index d3240157f..cdddad13d 100644 --- a/src/components/Layout/Layout.jsx +++ b/src/components/Layout/Layout.jsx @@ -16,7 +16,7 @@ const Layout = (props) => { if (isLoadingUser) { return (
) - } else if (MAINTENANCE_MODE || maintenanceMode) { + } else if (MAINTENANCE_MODE === true || maintenanceMode) { return } else { return (