Update useWatchConnectivity.ios.ts

This commit is contained in:
Marcos Rodriguez Vélez 2024-11-12 01:33:24 -04:00 committed by GitHub
parent 31c48f11f1
commit 788df32f93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -233,7 +233,6 @@ export function useWatchConnectivity() {
return { wallets: processedWallets, randomID: Math.floor(Math.random() * 11) };
}, [wallets, walletsInitialized, txMetadata]);
return null;
}
export default useWatchConnectivity;