mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 05:38:41 -09:00
add custom inner children (#1621)
This commit is contained in:
parent
7066e174dc
commit
4ea3445464
1 changed files with 1 additions and 0 deletions
|
|
@ -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/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue