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 />