Skip to content

Commit 5bb459f

Browse files
committed
fix: removed flash of stats bar
1 parent a716b96 commit 5bb459f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/infobar/stats.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ const Stats = () => {
4242
});
4343
}
4444

45+
useEffect(()=>{
46+
loadData()
47+
},[])
4548
useInterval(() => {
4649
loadData()
4750
}, 1000);

0 commit comments

Comments
 (0)