From 97f255c2fff437222d2d7c6859ce27da4a212938 Mon Sep 17 00:00:00 2001 From: Sara Date: Wed, 3 Jan 2024 16:19:31 +0100 Subject: [PATCH] should fix speaker merge issue --- .../transcripts/[transcriptId]/correct/participantList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/app/[domain]/transcripts/[transcriptId]/correct/participantList.tsx b/www/app/[domain]/transcripts/[transcriptId]/correct/participantList.tsx index d0f597ee..9a00b61a 100644 --- a/www/app/[domain]/transcripts/[transcriptId]/correct/participantList.tsx +++ b/www/app/[domain]/transcripts/[transcriptId]/correct/participantList.tsx @@ -389,7 +389,7 @@ const ParticipantList = ({ {participant.name} - {selectedTextIsSpeaker(selectedText) && + {action == "Create to rename" && !selectedParticipant && !loading && (