mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 21:29:05 +00:00
Fix record page
This commit is contained in:
@@ -101,7 +101,7 @@ export default function TranscriptDetails(details: TranscriptDetails) {
|
||||
colSpan={{ base: 1, md: 2 }}
|
||||
>
|
||||
<TranscriptTitle
|
||||
title={transcript.response.title || "Unamed Transcript"}
|
||||
title={transcript.response.title || "Unnamed Transcript"}
|
||||
transcriptId={transcriptId}
|
||||
/>
|
||||
</GridItem>
|
||||
|
||||
Reference in New Issue
Block a user