mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 12:51:42 +03:00
Merge pull request #792 from esteemapp/feature/transfer
Fixed default account bug for transfer page
This commit is contained in:
commit
722d73eb37
@ -26,7 +26,7 @@ class TransferView extends Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {
|
||||
from: props.accounts[0].username,
|
||||
from: props.currentAccountName,
|
||||
destination: '',
|
||||
amount: '',
|
||||
memo: '',
|
||||
|
Loading…
Reference in New Issue
Block a user