Skip to content

Commit dcba10c

Browse files
committed
Minor changes
1 parent 9f72f22 commit dcba10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/balances/BalancesPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function useBalances() {
228228
useEffect(() => {
229229
void fetchAllBalances()
230230

231-
const interval = setInterval(() => void fetchAllBalances(), 30000)
231+
const interval = setInterval(() => void fetchAllBalances(), 30_000)
232232

233233
return () => clearInterval(interval)
234234
}, [fetchAllBalances])

0 commit comments

Comments
 (0)