mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18: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/>
|
||||
<TermsContainer ref_={this.onTermsRef}/>
|
||||
{ this.props.customInnerChildren }
|
||||
</div>
|
||||
|
||||
<NotificationsContainer/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue