Remove duplicate summary
This commit is contained in:
@@ -53,7 +53,7 @@ export default function ContentComponent() {
|
|||||||
const chatUserId = useRecoilValue<string>(chatUserIdAtom);
|
const chatUserId = useRecoilValue<string>(chatUserIdAtom);
|
||||||
const { viewerCount, lastConnectTime, lastDisconnectTime } =
|
const { viewerCount, lastConnectTime, lastDisconnectTime } =
|
||||||
useRecoilValue<ServerStatus>(serverStatusState);
|
useRecoilValue<ServerStatus>(serverStatusState);
|
||||||
const { extraPageContent, version, name, summary, externalActions } = clientConfig;
|
const { extraPageContent, version, name, externalActions } = clientConfig;
|
||||||
const [showNotifyReminder, setShowNotifyReminder] = useState(false);
|
const [showNotifyReminder, setShowNotifyReminder] = useState(false);
|
||||||
const [showNotifyPopup, setShowNotifyPopup] = useState(false);
|
const [showNotifyPopup, setShowNotifyPopup] = useState(false);
|
||||||
|
|
||||||
@@ -161,7 +161,6 @@ export default function ContentComponent() {
|
|||||||
</TabPane>
|
</TabPane>
|
||||||
)}
|
)}
|
||||||
<TabPane tab="About" key="2" className={s.pageContentSection}>
|
<TabPane tab="About" key="2" className={s.pageContentSection}>
|
||||||
<div dangerouslySetInnerHTML={{ __html: summary }} />
|
|
||||||
<CustomPageContent content={extraPageContent} />
|
<CustomPageContent content={extraPageContent} />
|
||||||
</TabPane>
|
</TabPane>
|
||||||
<TabPane tab="Followers" key="3" className={s.pageContentSection}>
|
<TabPane tab="Followers" key="3" className={s.pageContentSection}>
|
||||||
|
|||||||
Reference in New Issue
Block a user