We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305df47 commit 62929b4Copy full SHA for 62929b4
src/components/DataPass.tsx
@@ -66,13 +66,8 @@ const DataPass = () => {
66
/>
67
) : FFTConnected ? (
68
<FFT
69
- pauseRef={pauseRef}
70
Zoom={Zoom}
71
- snapShotRef={snapShotRef}
72
- currentSnapshot={currentSnapshot}
73
ref={canvasRef} // Pass the ref to the Canvas component
74
- selectedBits={selectedBits}
75
- isDisplay={isDisplay}
76
canvasCount={canvasCount} // Pass canvas count
77
selectedChannels={selectedChannels}
78
timeBase={timeBase}
0 commit comments