We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368f4ad commit 5ba08adCopy full SHA for 5ba08ad
src/components/Layout/Layout.jsx
@@ -17,7 +17,7 @@ const Layout = (props) => {
17
18
if (isLoadingUser) {
19
return (<div />)
20
- } else if (MAINTENANCE_MODE === "true" || maintenanceMode) {
+ } else if (MAINTENANCE_MODE === 'true' || maintenanceMode) {
21
return <Maintenance />
22
} else {
23
return (
0 commit comments