Skip to content

Commit

Permalink
Merge pull request #8 from esdete2/cleanup-waveform-component
Browse files Browse the repository at this point in the history
fix: remove unused state
  • Loading branch information
esdete2 authored Jun 1, 2024
2 parents 5cead9d + 163a039 commit b65e924
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/Waveform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const Waveform = ({
config,
handleWaveformLoaded,
}: MirtWaveformProps) => {
const [loading, setLoading] = useState(true);
const [rawData, setRawData] = useState<Float32Array>();
const [size, setSize] = useState({ width: 0, height: 0 });
const [waveformData, setWaveformData] = useState<Array<number>>();
Expand Down

0 comments on commit b65e924

Please sign in to comment.