Fix livestream Title Section
This commit is contained in:
parent
2ac5ad0201
commit
92e320e384
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
// @flow
|
// @flow
|
||||||
import { BITWAVE_EMBED_URL } from 'constants/livestream';
|
import { BITWAVE_EMBED_URL } from 'constants/livestream';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import FileTitle from 'component/fileTitle';
|
import FileTitleSection from 'component/fileTitleSection';
|
||||||
import LivestreamComments from 'component/livestreamComments';
|
import LivestreamComments from 'component/livestreamComments';
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
|
@ -26,7 +26,7 @@ export default function LivestreamLayout(props: Props) {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<FileTitle uri={uri} livestream activeViewers={activeViewers} />
|
<FileTitleSection uri={uri} livestream activeViewers={activeViewers} />
|
||||||
</div>
|
</div>
|
||||||
<LivestreamComments uri={uri} />
|
<LivestreamComments uri={uri} />
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in a new issue