From a5254ffd5945791ed15a487a7c74a4ab1d5b7211 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 23 Jan 2026 18:49:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8A(frontend)=20log=20participant=20an?= =?UTF-8?q?d=20segments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Log transcription segments to troubleshoot duplication issue. --- src/frontend/src/features/subtitle/component/Subtitles.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/src/features/subtitle/component/Subtitles.tsx b/src/frontend/src/features/subtitle/component/Subtitles.tsx index da004c4b..8b719519 100644 --- a/src/frontend/src/features/subtitle/component/Subtitles.tsx +++ b/src/frontend/src/features/subtitle/component/Subtitles.tsx @@ -40,6 +40,7 @@ const useTranscriptionState = () => { segments: TranscriptionSegment[], participant?: Participant ) => { + console.log(participant, segments) if (!participant || segments.length === 0) return setTranscriptionRows((prevRows) => {