diff --git a/src/components/audioAnalysis/AudioProvenanceVis.tsx b/src/components/audioAnalysis/AudioProvenanceVis.tsx index df03284bd7..784b075439 100644 --- a/src/components/audioAnalysis/AudioProvenanceVis.tsx +++ b/src/components/audioAnalysis/AudioProvenanceVis.tsx @@ -428,7 +428,7 @@ export function AudioProvenanceVis({ {xScale ? ( { if (startTime) { // Initial time is the time the user wants to start at, if it's not provided, we start at the beginning - const time = initialTime !== undefined ? initialTime : startTime; + const time = initialTime; timer.current = time - startTime; directUpdateTimer(time, (time - startTime) / duration);