mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-23 21:58:48 +00:00
Fix typo
This commit is contained in:
parent
57b93692d6
commit
1fc5dac03f
@ -40,7 +40,7 @@ class EnsResolve extends Component {
|
|||||||
<h3>Resolve</h3>
|
<h3>Resolve</h3>
|
||||||
<Form.FieldSet>
|
<Form.FieldSet>
|
||||||
<Form.Group>
|
<Form.Group>
|
||||||
<Form.Input placeholder="Enter a name" onChange={e => this.handleChange(e)}/>
|
<Form.Input placeholder="Enter a subdomain" onChange={e => this.handleChange(e)}/>
|
||||||
</Form.Group>
|
</Form.Group>
|
||||||
<Button color="primary" onClick={() => this.handleResolve()}>Resolve</Button>
|
<Button color="primary" onClick={() => this.handleResolve()}>Resolve</Button>
|
||||||
{this.state.showResult && this.showResult()}
|
{this.state.showResult && this.showResult()}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user