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.
2 parents cbed60d + a86eff5 commit 355d4cfCopy full SHA for 355d4cf
pages/_app.tsx
@@ -53,11 +53,6 @@ function MyApp({ Component, pageProps }: AppPropsWithLayout) {
53
}, []);
54
55
const getLayout = Component.getLayout ?? ((page) => <Layout>{ page }</Layout>);
56
- const isUnderMaintenance = true;
57
-
58
- if (isUnderMaintenance) {
59
- return <div>Under Maintenance</div>;
60
- }
61
62
return (
63
<ChakraProvider cookies={ pageProps.cookies }>
0 commit comments