mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +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();
|
const qrValue = currentTab === TABS.EXTERNAL ? address : wallet.getBIP47PaymentCode();
|
||||||
|
|
||||||
if (currentTab === TABS.EXTERNAL) {
|
if (currentTab === TABS.EXTERNAL) {
|
||||||
return (
|
return <View style={styles.container}>{address && renderReceiveDetails()}</View>;
|
||||||
<View style={styles.container}>
|
|
||||||
{!address && <Text>{loc.bip47.not_found}</Text>}
|
|
||||||
{address && renderReceiveDetails()}
|
|
||||||
</View>
|
|
||||||
);
|
|
||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
<View style={styles.container}>
|
<View style={styles.container}>
|
||||||
|
|
Loading…
Add table
Reference in a new issue