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;