Skip to content

Commit

Permalink
Update src/components/DataPass.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Deepak Khatri <[email protected]>
  • Loading branch information
Amanmahe and lorforlinux authored Dec 12, 2024
1 parent 16b71be commit 7e22afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DataPass.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const DataPass = () => {
);
}
}
previousCounter =data[0]; // Update the previous counter with the current counter
previousCounter = data[0]; // Update the previous counter with the current counter
}, []);
return (
<div className="flex flex-col h-screen m-0 p-0 bg-g ">
Expand Down

0 comments on commit 7e22afa

Please sign in to comment.