Skip to content

Commit

Permalink
Remove forced create account step position bitshares#576
Browse files Browse the repository at this point in the history
  • Loading branch information
svk31 committed Oct 15, 2017
1 parent 18b131c commit 5b8e718
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/components/Account/CreateAccount.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,7 @@ class CreateAccount extends React.Component {

render() {
let {step} = this.state;
step = 1;
// let my_accounts = AccountStore.getMyAccounts();
// let firstAccount = my_accounts.length === 0;

return (
<div className="sub-content">

Expand Down

0 comments on commit 5b8e718

Please sign in to comment.