mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58:41 -09:00
Added customChildrenBefore to the tabs. (#580)
customChildrenBefore was missing on the tabs component.
This commit is contained in:
parent
b0770e0bc3
commit
e2b270b172
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ export default class Tabs extends Component {
|
||||||
} = this.props;
|
} = this.props;
|
||||||
|
|
||||||
return <nav className={ css('nav') }>
|
return <nav className={ css('nav') }>
|
||||||
|
{ this.props.customChildrenBefore }
|
||||||
{
|
{
|
||||||
tabs.length
|
tabs.length
|
||||||
? 1 === tabs.length
|
? 1 === tabs.length
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue