From 0df47f91e363f145372fea2d77fd42103370d106 Mon Sep 17 00:00:00 2001 From: Jozef Harag <32jojo32@gmail.com> Date: Wed, 28 Oct 2020 14:33:05 +0100 Subject: [PATCH] Fix the missing statistics --- pages/_app.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/_app.jsx b/pages/_app.jsx index 9760aadf..8660de65 100644 --- a/pages/_app.jsx +++ b/pages/_app.jsx @@ -38,8 +38,8 @@ class App extends NextApp { const { initialState, ...restPageProps } = pageProps || {} return ( -
- +
+
) }