Skip to content

Commit

Permalink
fix: Delete console
Browse files Browse the repository at this point in the history
  • Loading branch information
willpan1102 committed Jun 29, 2024
1 parent 05ad1df commit 5da48a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion power-voting/src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ const Home = () => {
setTimeout(() => {
setShouldRefetch(true);
refetch().then(() => {
console.log(latestId);
// Reset shouldRefetch after refetching
setShouldRefetch(false);
});
Expand Down

0 comments on commit 5da48a1

Please sign in to comment.