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