Skip to content

Commit

Permalink
chore: added null operators
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed May 21, 2024
1 parent d7f553a commit 8782618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapps/W3MWagmi/src/screens/Settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function SettingsScreen() {
} else {
const provider = await connector?.getProvider();
_clientId =
await provider?.signer.rpcProviders.eip155.client.core.crypto.getClientId();
await provider?.signer?.rpcProviders?.eip155?.client?.core?.crypto?.getClientId();

if (_clientId) {
AsyncStorage.setItem('WALLETCONNECT_CLIENT_ID', _clientId);
Expand Down

0 comments on commit 8782618

Please sign in to comment.