We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
isKeyAdded
1 parent 58be64f commit 0810c98Copy full SHA for 0810c98
1 file changed
src/pages/popup/components/ConnectWalletForm.tsx
@@ -265,9 +265,9 @@ export const ConnectWalletForm = ({
265
}
266
267
268
- const walletInfo =
269
- walletAddressInfo ??
270
- (await getWalletInfo(toWalletAddressUrl(walletAddressUrl)));
+ const walletInfo = walletAddressInfo
+ ? await getWalletInfo(walletAddressInfo.walletAddress.id)
+ : await getWalletInfo(toWalletAddressUrl(walletAddressUrl));
271
272
if (
273
!walletInfo.isKeyAdded &&
0 commit comments