diff --git a/src/components/BigWaveform.jsx b/src/components/BigWaveform.jsx
index c7932fc1..b4c1cb64 100644
--- a/src/components/BigWaveform.jsx
+++ b/src/components/BigWaveform.jsx
@@ -1,4 +1,4 @@
-import React, { Fragment, memo, useEffect, useState, useCallback, useRef } from 'react';
+import React, { memo, useEffect, useState, useCallback, useRef } from 'react';
import { ffmpegExtractWindow } from '../util/constants';
@@ -87,24 +87,22 @@ const BigWaveform = memo(({ waveforms, relevantTime, playing, durationSafe, zoom
const widthPercent = `${width * 100}%`;
return (
-
-
= durationSafe ? '1px solid var(--gray11)' : undefined,
- }}
- />
-
-
+
= durationSafe ? '1px solid var(--gray11)' : undefined,
+ }}
+ />
);
})}