From 5b8e718cc04169b77796da7b77721fc06a2f9adc Mon Sep 17 00:00:00 2001 From: Sigve Kvalsvik Date: Sun, 15 Oct 2017 11:15:08 +0200 Subject: [PATCH] Remove forced create account step position #576 --- app/components/Account/CreateAccount.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/components/Account/CreateAccount.jsx b/app/components/Account/CreateAccount.jsx index f9bf520d7e..2d6c4b3528 100644 --- a/app/components/Account/CreateAccount.jsx +++ b/app/components/Account/CreateAccount.jsx @@ -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 (