Skip to content

Commit 7e22afa

Browse files
Update src/components/DataPass.tsx
Co-authored-by: Deepak Khatri <[email protected]>
1 parent 16b71be commit 7e22afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DataPass.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const DataPass = () => {
3838
);
3939
}
4040
}
41-
previousCounter =data[0]; // Update the previous counter with the current counter
41+
previousCounter = data[0]; // Update the previous counter with the current counter
4242
}, []);
4343
return (
4444
<div className="flex flex-col h-screen m-0 p-0 bg-g ">

0 commit comments

Comments
 (0)