From f58032d3057962e360cbaabb2a4ac8fc6578da75 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 9 Jun 2021 18:01:35 -0700 Subject: [PATCH] fix: Flash of sidebar when first loading Document chunk --- app/routes/authenticated.js | 73 +++++++++++++++++++------------------ 1 file changed, 37 insertions(+), 36 deletions(-) diff --git a/app/routes/authenticated.js b/app/routes/authenticated.js index aead763a4..9f7b60f4a 100644 --- a/app/routes/authenticated.js +++ b/app/routes/authenticated.js @@ -40,43 +40,44 @@ export default function AuthenticatedRoutes() { return ( - - - - - - - - - - - - - - - - - - - - - - - - - - } - > + + + + } + > + + + + + + + + + + + + + + + + + + + + + + + - - - + + {" "} + );