diff --git a/www/app/(auth)/userInfo.tsx b/www/app/(auth)/userInfo.tsx index f4840f3f..76e55acb 100644 --- a/www/app/(auth)/userInfo.tsx +++ b/www/app/(auth)/userInfo.tsx @@ -7,14 +7,14 @@ export default function UserInfo() { return !isAuthenticated ? ( - + Log in ) : ( - + Log out diff --git a/www/app/[domain]/layout.tsx b/www/app/[domain]/layout.tsx index 49f584c6..bfb80101 100644 --- a/www/app/[domain]/layout.tsx +++ b/www/app/[domain]/layout.tsx @@ -9,7 +9,6 @@ import Image from "next/image"; import Link from "next/link"; import About from "../(aboutAndPrivacy)/about"; import Privacy from "../(aboutAndPrivacy)/privacy"; -import { get } from "@vercel/edge-config"; import { DomainContextProvider } from "./domainContext"; import { getConfig } from "../lib/edgeConfig"; diff --git a/www/app/[domain]/transcripts/[transcriptId]/page.tsx b/www/app/[domain]/transcripts/[transcriptId]/page.tsx index 817bd5fe..d4f40428 100644 --- a/www/app/[domain]/transcripts/[transcriptId]/page.tsx +++ b/www/app/[domain]/transcripts/[transcriptId]/page.tsx @@ -55,7 +55,7 @@ export default function TranscriptDetails(details: TranscriptDetails) { return ( <> - {transcript?.loading === true || topics?.loading === true ? ( + {!transcriptId || transcript?.loading || topics?.loading ? ( ) : ( <>