Skip to content

Commit d194d08

Browse files
author
jonisaa
committed
Delete header from TabsForm since it makes no sense if title it's displayed on the tab
1 parent f8df810 commit d194d08

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/group/TabsForm.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React, { Component, PropTypes } from 'react';
22
import { Nav, NavItem } from 'react-bootstrap';
3-
import Header from '../Header';
43

54
export default class TabsForm extends Component {
65
static propTypes = {
@@ -25,7 +24,6 @@ export default class TabsForm extends Component {
2524
<section>
2625
<div className='row'>
2726
<div className="metaform-group">
28-
<Header title={layout.title}/>
2927
<Nav bsStyle="tabs" onSelect={this.handleSelect}>
3028
{
3129
layout.groups.map(({ title }, index) => (

0 commit comments

Comments
 (0)