From 2c12055a5fb4ea392058fb54bf8af690cc35a162 Mon Sep 17 00:00:00 2001 From: callumok2004 Date: Mon, 21 Jun 2021 04:02:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=9F=20Code=20Cleanup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/_document.js | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/_document.js b/pages/_document.js index d01166c..b86ca23 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -13,7 +13,6 @@ export default class MyDocument extends Document { }) const initialProps = await Document.getInitialProps(ctx); - return { ...initialProps, styles: (