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