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 23, 2018
1 parent 96f62f8 commit a107de7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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
2 changes: 1 addition & 1 deletion packages/falcon-ui/src/components/Tabs/Tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class Tabs extends Component<Props> {

3;

gettabWidth(): number {
getTabWidth(): number {
const tabsContentWidth =
this.tabContentEl.clientWidth - this.options.tabOverlapDistance;
const width =
Expand Down

0 comments on commit a107de7

Please sign in to comment.