Skip to content

Commit

Permalink
falcon-app: Reverted Tabs in HomePage
Browse files Browse the repository at this point in the history
  • Loading branch information
jooohhn committed Aug 22, 2018
1 parent 96f62f8 commit 6b0befc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/containers/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,13 +365,6 @@ export default class HomePage extends Component<Props, State> {
activeConnections={this.state.activeConnections}
/>
</ResizableBox>
{/* <HTMLTabs></HTMLTabs> */}
<Tabs width={this.state.widthGrid}>
<TabList clientWidth={this.state.widthGrid}>
<Tab title="falcon-ui" />
<Tab title="compat-db" />
</TabList>
</Tabs>
<div
className="Grid"
style={{
Expand Down

0 comments on commit 6b0befc

Please sign in to comment.