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 }