Fix Max button bug
This commit is contained in:
parent
42b3a7c9d7
commit
66cf60f9cb
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user