Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
fixing bug caused by wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gina Contrino committed Oct 10, 2017
1 parent 58e7954 commit eafa015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/login/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class Login extends React.Component {
const { networkIndex, address, passphrase } = getLoginData();

this.setState({
networkIndex,
network: networkIndex,
...this.validators.address(address),
...this.validators.passphrase(passphrase),
});
Expand Down

0 comments on commit eafa015

Please sign in to comment.