Fix Max button bug

This commit is contained in:
Fabio Berger 2017-12-21 15:31:59 +01:00
parent 42b3a7c9d7
commit 66cf60f9cb

View File

@ -29,7 +29,7 @@ export class EthWethConversionDialog extends
super(); super();
this.state = { this.state = {
shouldShowIncompleteErrs: false, shouldShowIncompleteErrs: false,
hasErrors: true, hasErrors: false,
}; };
} }
public render() { public render() {