Remove comments.
This commit is contained in:
parent
9144d2c666
commit
ee8c411c4e
|
@ -41,9 +41,7 @@ class App extends Component {
|
|||
changeNode,
|
||||
nodeSelection
|
||||
} = this.props;
|
||||
|
||||
// let title = children.props.route.name;
|
||||
|
||||
|
||||
let headerProps = {
|
||||
changeLanguage,
|
||||
languageSelection,
|
||||
|
|
|
@ -33,14 +33,6 @@ export default class GenerateWalletPasswordInputComponent extends Component {
|
|||
className="input-group-addon eye"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/*TODO - if we want descriptive errors we could re-enable this*/}
|
||||
{/*{this.props.meta.touched && this.props.meta.error &&*/}
|
||||
{/*<div>*/}
|
||||
{/*<p className="error">{this.props.meta.error}</p>*/}
|
||||
{/*</div>*/}
|
||||
{/*}*/}
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue