small fix
This commit is contained in:
parent
271cd99779
commit
b8e4ec68a2
|
@ -33,7 +33,9 @@ class App extends React.Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
render(){
|
render(){
|
||||||
return (<div><h3>Status.im Contracts</h3>
|
return (
|
||||||
|
<div>
|
||||||
|
<TopNavbar />
|
||||||
<Tabs defaultActiveKey={1} id="uncontrolled-tab-example">
|
<Tabs defaultActiveKey={1} id="uncontrolled-tab-example">
|
||||||
<Tab eventKey={1} title="TestToken">
|
<Tab eventKey={1} title="TestToken">
|
||||||
<TestTokenUI />
|
<TestTokenUI />
|
||||||
|
|
Loading…
Reference in New Issue