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 16b71be commit 7e22afaCopy full SHA for 7e22afa
src/components/DataPass.tsx
@@ -38,7 +38,7 @@ const DataPass = () => {
38
);
39
}
40
41
- previousCounter =data[0]; // Update the previous counter with the current counter
+ previousCounter = data[0]; // Update the previous counter with the current counter
42
}, []);
43
return (
44
<div className="flex flex-col h-screen m-0 p-0 bg-g ">
0 commit comments