Skip to content

Commit

Permalink
Remove import option
Browse files Browse the repository at this point in the history
chikeichan committed Oct 21, 2017
1 parent 63a5eca commit 213cf6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mascara/src/app/first-time/create-password-screen.js
Original file line number Diff line number Diff line change
@@ -72,6 +72,7 @@ class CreatePasswordScreen extends Component {
>
Create
</button>
{ /* }
<a
href=""
className="first-time-flow__link create-password__import-link"
@@ -82,6 +83,7 @@ class CreatePasswordScreen extends Component {
>
Import an account
</a>
{ */ }
<Breadcrumbs total={3} currentIndex={0} />
</div>
)
@@ -91,6 +93,6 @@ class CreatePasswordScreen extends Component {
export default connect(
({ appState: { isLoading } }) => ({ isLoading }),
dispatch => ({
createAccount: password => dispatch(createNewVaultAndKeychain(password))
createAccount: password => dispatch(createNewVaultAndKeychain(password)),
})
)(CreatePasswordScreen)

0 comments on commit 213cf6a

Please sign in to comment.