mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-28 04:57:57 +00:00
fix: resolve remaining mobile app lint warnings
This commit is contained in:
@@ -163,6 +163,7 @@ const PoolBrowserScreen: React.FC = () => {
|
||||
// Refresh pools every 10 seconds
|
||||
const interval = setInterval(fetchPools, 10000);
|
||||
return () => clearInterval(interval);
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [api, isApiReady]);
|
||||
|
||||
const handleRefresh = () => {
|
||||
|
||||
Reference in New Issue
Block a user