From 2cb94cdc9b6f5f9244a635b3dad07b817af23c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=B0=D1=81=D1=83=D0=BB?= Date: Fri, 29 Nov 2024 15:14:53 +0300 Subject: [PATCH] fix: fix duplicate --- .../mindset/components/Sidebar/Transcript/Viewer/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/mindset/components/Sidebar/Transcript/Viewer/index.tsx b/src/components/mindset/components/Sidebar/Transcript/Viewer/index.tsx index 3fa2cfb2f..e3c154cc9 100644 --- a/src/components/mindset/components/Sidebar/Transcript/Viewer/index.tsx +++ b/src/components/mindset/components/Sidebar/Transcript/Viewer/index.tsx @@ -59,7 +59,6 @@ export const Viewer = ({ transcriptString }: Props) => { {start}:{end} - {i.text} {i.words.map((word) => { const isActive = word.start < currentTime && currentTime < word.end @@ -87,8 +86,6 @@ const Wrapper = styled.div` const Start = styled.span`` -const Text = styled.span`` - const Word = styled.span` margin: 0 2px;