fix: resolve remaining mobile app lint warnings

This commit is contained in:
2026-02-23 00:33:11 +03:00
parent b38798bbd4
commit 9ea8ab0189
6 changed files with 8 additions and 1 deletions
+1
View File
@@ -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 = () => {