mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
Update details.js
This commit is contained in:
parent
d476ab040d
commit
d1c0bcdc2d
1 changed files with 1 additions and 6 deletions
|
@ -433,12 +433,7 @@ const ReceiveDetails = () => {
|
|||
const qrValue = currentTab === TABS.EXTERNAL ? address : wallet.getBIP47PaymentCode();
|
||||
|
||||
if (currentTab === TABS.EXTERNAL) {
|
||||
return (
|
||||
<View style={styles.container}>
|
||||
{!address && <Text>{loc.bip47.not_found}</Text>}
|
||||
{address && renderReceiveDetails()}
|
||||
</View>
|
||||
);
|
||||
return <View style={styles.container}>{address && renderReceiveDetails()}</View>;
|
||||
} else {
|
||||
return (
|
||||
<View style={styles.container}>
|
||||
|
|
Loading…
Add table
Reference in a new issue