add custom inner children (#1621)

This commit is contained in:
Henrik 2017-03-19 00:10:31 +01:00 committed by Guillermo Rauch
parent 7066e174dc
commit 4ea3445464

View file

@ -108,6 +108,7 @@ class Hyper extends Component {
> >
<HeaderContainer/> <HeaderContainer/>
<TermsContainer ref_={this.onTermsRef}/> <TermsContainer ref_={this.onTermsRef}/>
{ this.props.customInnerChildren }
</div> </div>
<NotificationsContainer/> <NotificationsContainer/>