Skip to content

Commit

Permalink
Fix WalletConnect Icon on connect screen (#4495)
Browse files Browse the repository at this point in the history
Co-authored-by: Curtis David <Curtis.David7@gmail.com>
  • Loading branch information
andrepimenta and cortisiko authored Jun 15, 2022
1 parent 4cb3d6e commit 4ebd26a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/components/Nav/Main/RootRPCMethodsUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,9 @@ const RootRPCMethodsUI = (props) => {
onCancel={onWalletConnectSessionRejected}
onConfirm={onWalletConnectSessionApproval}
currentPageInformation={{
title: meta && meta.name,
url: meta && meta.url,
title: meta?.name,
url: meta?.url,
icon: meta?.icons?.[0],
}}
walletConnectRequest
/>
Expand Down

0 comments on commit 4ebd26a

Please sign in to comment.