Added customChildrenBefore to the tabs. (#580)

customChildrenBefore was missing on the tabs component.
This commit is contained in:
Efe Gürkan YALAMAN 2016-08-17 11:13:32 +03:00 committed by Leo Lamprecht
parent b0770e0bc3
commit e2b270b172

View file

@ -16,6 +16,7 @@ export default class Tabs extends Component {
} = this.props;
return <nav className={ css('nav') }>
{ this.props.customChildrenBefore }
{
tabs.length
? 1 === tabs.length