diff --git a/src/template.tsx b/src/template.tsx index 21aca0c..0d22936 100644 --- a/src/template.tsx +++ b/src/template.tsx @@ -34,7 +34,12 @@ export function getTicketBody(vm: StoredVoicemail, contact?: Contact) {
- Transcription: + + Transcription:{" "} + {vm.transcriptionStatus === "CompletedPartially" ? ( + (partial) + ) : undefined} +

{vm.transcription