Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie committed Jun 20, 2024
1 parent 4017d92 commit 611c317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const ConnectWithQRCode: React.FC<{

const wcUri = getUri(id);
const uri = isMetaMaskConnector(id)
? wcUri
? wcUri // TODO: Rename this, in this case it will actually be the MetaMask URI
: wcUri
? wallet?.getWalletConnectDeeplink?.(wcUri) ?? wcUri
: undefined;
Expand Down

0 comments on commit 611c317

Please sign in to comment.