Skip to content

Commit 62929b4

Browse files
committed
Removed props
1 parent 305df47 commit 62929b4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/DataPass.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,8 @@ const DataPass = () => {
6666
/>
6767
) : FFTConnected ? (
6868
<FFT
69-
pauseRef={pauseRef}
7069
Zoom={Zoom}
71-
snapShotRef={snapShotRef}
72-
currentSnapshot={currentSnapshot}
7370
ref={canvasRef} // Pass the ref to the Canvas component
74-
selectedBits={selectedBits}
75-
isDisplay={isDisplay}
7671
canvasCount={canvasCount} // Pass canvas count
7772
selectedChannels={selectedChannels}
7873
timeBase={timeBase}

0 commit comments

Comments
 (0)