fix showing qr code for xrp

pull/576/head
slowbackspace 5 years ago
parent b8e4f902a2
commit ecc1e374cc

@ -181,8 +181,8 @@ const AccountReceive = (props: Props) => {
</ShowAddressButton>
)}
</Row>
{((addressVerified || addressUnverified) && !isAddressVerifying) ||
(account.imported && (
{(((addressVerified || addressUnverified) && !isAddressVerifying) ||
account.imported) && (
<QrWrapper>
<Label>
<FormattedMessage {...l10nReceiveMessages.TR_QR_CODE} />
@ -195,7 +195,7 @@ const AccountReceive = (props: Props) => {
value={account.descriptor}
/>
</QrWrapper>
))}
)}
</AddressWrapper>
</React.Fragment>
</Content>

Loading…
Cancel
Save