mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-18 14:07:31 +00:00
whitespace reformatting
This commit is contained in:
parent
e23409cbac
commit
0c457c8e82
@ -1,8 +1,8 @@
|
||||
import React, {Component} from"react";
|
||||
import PropTypes from"prop-types";
|
||||
import React, {Component} from "react";
|
||||
import PropTypes from "prop-types";
|
||||
|
||||
import {Field, reduxForm} from"redux-form";
|
||||
import GenerateWalletPasswordInputComponent from"./GenerateWalletPasswordInputComponent";
|
||||
import {Field, reduxForm} from "redux-form";
|
||||
import GenerateWalletPasswordInputComponent from "./GenerateWalletPasswordInputComponent";
|
||||
|
||||
|
||||
// VALIDATORS
|
||||
@ -63,7 +63,6 @@ class GenerateWalletPasswordComponent extends Component {
|
||||
<div className="tab-content">
|
||||
<main className="tab-pane active text-center" role="main">
|
||||
<br/>
|
||||
|
||||
{
|
||||
!generateWalletFile && (<section className="row">
|
||||
<h1 aria-live="polite">Generate Wallet</h1>
|
||||
@ -83,9 +82,9 @@ class GenerateWalletPasswordComponent extends Component {
|
||||
Generate Wallet
|
||||
</button>
|
||||
</div>
|
||||
</section>)
|
||||
</section>
|
||||
)
|
||||
}
|
||||
|
||||
{
|
||||
generateWalletFile && (
|
||||
<section role="main" className="row">
|
||||
@ -116,7 +115,8 @@ class GenerateWalletPasswordComponent extends Component {
|
||||
<strong>If you do not save your wallet file and password, we cannot recover them.</strong><br/>
|
||||
Save your wallet file now & back it up in a second location (not on your computer).
|
||||
<br/><br/>
|
||||
<a role="button" className={`btn btn-info ${this.state.hasDownloaded ? '': 'disabled'}`}
|
||||
<a role="button"
|
||||
className={`btn btn-info ${this.state.hasDownloaded ? '' : 'disabled'}`}
|
||||
onClick={() => this.continueToPaper()}> I understand. Continue. </a>
|
||||
</span>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user