From bfa55caa2207a83bebccfc0d23e324671c621080 Mon Sep 17 00:00:00 2001 From: Travis Vachon Date: Mon, 9 Oct 2023 22:20:44 +0100 Subject: [PATCH] fix: make loader less ugly --- src/app/layout.tsx | 2 +- src/components/Authenticator.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ee30b18..c42764b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,7 +14,7 @@ export default function RootLayout ({ }) { return ( - + {children} diff --git a/src/components/Authenticator.tsx b/src/components/Authenticator.tsx index 079005a..91efeda 100644 --- a/src/components/Authenticator.tsx +++ b/src/components/Authenticator.tsx @@ -76,7 +76,7 @@ export function AuthenticationEnsurer ({ if (agent) { return } - return + return }