From 4ebd26a31075f50826283e71b456eb5bde92997f Mon Sep 17 00:00:00 2001 From: Andre Pimenta Date: Wed, 15 Jun 2022 23:43:41 +0100 Subject: [PATCH] Fix WalletConnect Icon on connect screen (#4495) Co-authored-by: Curtis David --- app/components/Nav/Main/RootRPCMethodsUI.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/components/Nav/Main/RootRPCMethodsUI.js b/app/components/Nav/Main/RootRPCMethodsUI.js index 1f4a91b8cca..c96840f059f 100644 --- a/app/components/Nav/Main/RootRPCMethodsUI.js +++ b/app/components/Nav/Main/RootRPCMethodsUI.js @@ -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 />