mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 22:31:09 +03:00
Remove duplicate summary
This commit is contained in:
parent
c6e1a452ab
commit
533bdf9e3d
1 changed files with 1 additions and 2 deletions
|
@ -53,7 +53,7 @@ export default function ContentComponent() {
|
|||
const chatUserId = useRecoilValue<string>(chatUserIdAtom);
|
||||
const { viewerCount, lastConnectTime, lastDisconnectTime } =
|
||||
useRecoilValue<ServerStatus>(serverStatusState);
|
||||
const { extraPageContent, version, name, summary, externalActions } = clientConfig;
|
||||
const { extraPageContent, version, name, externalActions } = clientConfig;
|
||||
const [showNotifyReminder, setShowNotifyReminder] = useState(false);
|
||||
const [showNotifyPopup, setShowNotifyPopup] = useState(false);
|
||||
|
||||
|
@ -161,7 +161,6 @@ export default function ContentComponent() {
|
|||
</TabPane>
|
||||
)}
|
||||
<TabPane tab="About" key="2" className={s.pageContentSection}>
|
||||
<div dangerouslySetInnerHTML={{ __html: summary }} />
|
||||
<CustomPageContent content={extraPageContent} />
|
||||
</TabPane>
|
||||
<TabPane tab="Followers" key="3" className={s.pageContentSection}>
|
||||
|
|
Loading…
Reference in a new issue