From 92e320e384648ae34cf0375d0d9863555b5f7466 Mon Sep 17 00:00:00 2001 From: DispatchCommit Date: Sat, 13 Mar 2021 19:42:21 -0800 Subject: [PATCH] Fix livestream Title Section --- ui/component/livestreamLayout/view.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/component/livestreamLayout/view.jsx b/ui/component/livestreamLayout/view.jsx index 8ac8e6dbf..405a236d4 100644 --- a/ui/component/livestreamLayout/view.jsx +++ b/ui/component/livestreamLayout/view.jsx @@ -1,7 +1,7 @@ // @flow import { BITWAVE_EMBED_URL } from 'constants/livestream'; import React from 'react'; -import FileTitle from 'component/fileTitle'; +import FileTitleSection from 'component/fileTitleSection'; import LivestreamComments from 'component/livestreamComments'; type Props = { @@ -26,7 +26,7 @@ export default function LivestreamLayout(props: Props) { - +