diff --git a/screen/receive/details.js b/screen/receive/details.js index b353f8f13..fe6fbbdf6 100644 --- a/screen/receive/details.js +++ b/screen/receive/details.js @@ -433,12 +433,7 @@ const ReceiveDetails = () => { const qrValue = currentTab === TABS.EXTERNAL ? address : wallet.getBIP47PaymentCode(); if (currentTab === TABS.EXTERNAL) { - return ( - - {!address && {loc.bip47.not_found}} - {address && renderReceiveDetails()} - - ); + return {address && renderReceiveDetails()}; } else { return (