mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-23 05:39:05 +00:00
prevent prefetch of login/logout
This commit is contained in:
@@ -55,7 +55,7 @@ export default function TranscriptDetails(details: TranscriptDetails) {
|
||||
|
||||
return (
|
||||
<>
|
||||
{transcript?.loading === true || topics?.loading === true ? (
|
||||
{!transcriptId || transcript?.loading || topics?.loading ? (
|
||||
<Modal title="Loading" text={"Loading transcript..."} />
|
||||
) : (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user