Skip to content

Commit 4dc1f34

Browse files
committed
chore: remove under maintenance
1 parent de1cab0 commit 4dc1f34

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pages/_app.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ function MyApp({ Component, pageProps }: AppPropsWithLayout) {
5353
}, []);
5454

5555
const getLayout = Component.getLayout ?? ((page) => <Layout>{ page }</Layout>);
56-
const isUnderMaintenance = true;
57-
58-
if (isUnderMaintenance) {
59-
return <div>Under Maintenance</div>;
60-
}
6156

6257
return (
6358
<ChakraProvider cookies={ pageProps.cookies }>

0 commit comments

Comments
 (0)