We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30f893 commit 7bb3735Copy full SHA for 7bb3735
Assets/Thirdweb/Examples/Scripts/Prefabs/Prefab_ConnectWallet.cs
@@ -254,7 +254,7 @@ private async void ShowConnectedState()
254
{
255
Debug.Log($"Connected to: {_address}");
256
257
- var chainSprite = NetworkIcons.Find(x => x.chain == _currentChainData.identifier).sprite;
+ var chainSprite = NetworkIcons.Find(x => x.chain == _currentChainData.identifier)?.sprite;
258
var walletSprite = SupportedWalletsUI[_walletProvider].sprite;
259
var balance = await ThirdwebManager.Instance.SDK.wallet.GetBalance();
260
0 commit comments