mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 06:25:57 +00:00
remove unneded else
This commit is contained in:
parent
65d3d5c1e9
commit
ba4510fa17
@ -81,7 +81,7 @@ class App extends React.Component {
|
|||||||
<div>Something went wrong connecting to ethereum. Please make sure you have a node running or are using metamask to connect to the ethereum network:</div>
|
<div>Something went wrong connecting to ethereum. Please make sure you have a node running or are using metamask to connect to the ethereum network:</div>
|
||||||
<div>{this.state.error}</div>
|
<div>{this.state.error}</div>
|
||||||
</div>);
|
</div>);
|
||||||
} else {
|
}
|
||||||
return (<div>
|
return (<div>
|
||||||
<h3>Embark - Usage Example</h3>
|
<h3>Embark - Usage Example</h3>
|
||||||
<Tabs onSelect={this.handleSelect} activeKey={this.state.activeKey} id="uncontrolled-tab-example">
|
<Tabs onSelect={this.handleSelect} activeKey={this.state.activeKey} id="uncontrolled-tab-example">
|
||||||
@ -101,6 +101,5 @@ class App extends React.Component {
|
|||||||
</div>);
|
</div>);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
ReactDOM.render(<App></App>, document.getElementById('app'));
|
ReactDOM.render(<App></App>, document.getElementById('app'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user