mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 06:52:41 +01:00
FIX: Address was not being displayed for Non-HD Wallets
This commit is contained in:
parent
97bf53895b
commit
36ecc97821
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export default class ReceiveDetails extends Component {
|
|||
this.setState({
|
||||
isLoading: false,
|
||||
address,
|
||||
addressText: '',
|
||||
addressText: address,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue