From ecc1e374cc9603ecd9d80e67ef53034d033e2b60 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Tue, 28 May 2019 15:50:04 +0200 Subject: [PATCH] fix showing qr code for xrp --- .../views/Account/Receive/ripple/index.js | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/views/Wallet/views/Account/Receive/ripple/index.js b/src/views/Wallet/views/Account/Receive/ripple/index.js index 964ea25a..a351a975 100644 --- a/src/views/Wallet/views/Account/Receive/ripple/index.js +++ b/src/views/Wallet/views/Account/Receive/ripple/index.js @@ -181,21 +181,21 @@ const AccountReceive = (props: Props) => { )} - {((addressVerified || addressUnverified) && !isAddressVerifying) || - (account.imported && ( - - - - - ))} + {(((addressVerified || addressUnverified) && !isAddressVerifying) || + account.imported) && ( + + + + + )}