From 432c4aad3793f623dc0e4a29d7159d1bc96ca7d9 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 29 Dec 2020 02:09:27 -0700 Subject: [PATCH] fix mobile layout issue [skip ci] --- hyperglass/ui/pages/_app.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyperglass/ui/pages/_app.tsx b/hyperglass/ui/pages/_app.tsx index a8f849b..bcfbb04 100644 --- a/hyperglass/ui/pages/_app.tsx +++ b/hyperglass/ui/pages/_app.tsx @@ -17,6 +17,7 @@ type TAppInitial = Pick; const App = (props: TApp) => { const { Component, pageProps, appProps } = props; const { config } = appProps; + // const { asPath } = useRouter(); // if (asPath === "/structured") { // return ; @@ -31,6 +32,7 @@ const App = (props: TApp) => { +