Skip to content

Commit 355d4cf

Browse files
authored
Merge pull request #42 from codingknite/feat-remove-maintenance
remove maintenance
2 parents cbed60d + a86eff5 commit 355d4cf

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)