diff --git a/pages/_app.tsx b/pages/_app.tsx
index 1a2af2dee7..8e78d0f869 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -53,11 +53,6 @@ function MyApp({ Component, pageProps }: AppPropsWithLayout) {
}, []);
const getLayout = Component.getLayout ?? ((page) =>