small fix

This commit is contained in:
Ricardo Guilherme Schmidt 2018-05-23 16:57:38 -03:00 committed by Barry Gitarts
parent 271cd99779
commit b8e4ec68a2
1 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,9 @@ class App extends React.Component {
}
render(){
return (<div><h3>Status.im Contracts</h3>
return (
<div>
<TopNavbar />
<Tabs defaultActiveKey={1} id="uncontrolled-tab-example">
<Tab eventKey={1} title="TestToken">
<TestTokenUI />