Merge pull request #792 from esteemapp/feature/transfer

Fixed default account bug for transfer page
This commit is contained in:
Mustafa Buyukcelebi 2019-05-05 17:07:57 +03:00 committed by GitHub
commit 722d73eb37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: '',