ok
This commit is contained in:
@@ -102,7 +102,7 @@ const ShowUserSpace = ({openHelp}: {openHelp: () => any}) => {
|
||||
}
|
||||
|
||||
return (
|
||||
<Fragment>
|
||||
<Fragment key={`user-space-${chatting_with_user}`}>
|
||||
<div className="contentCenterHeader">
|
||||
<UserNameForm user={chatting_user_info} />
|
||||
<div onClick={openHelp} className="contentCenterHeaderAdmin">
|
||||
@@ -177,7 +177,7 @@ const App: FC<{ client_setting: ClientSettings }> = ({ client_setting }) => {
|
||||
closeHelp &&
|
||||
<div className="fix-ab-ct-right" id="fix-ab-ct-right">
|
||||
<div className="contentRight" >
|
||||
<h2 className="contentRightHeader">Trợ giúp Admin <CloseOutlined onClick={() => setHelpClose(false)} title={'Đóng'} /> </h2>
|
||||
<h2 className="contentRightHeader">Trợ giúp Admin <CloseOutlined onClick={() => setHelpClose(false)} title={'Đóng'} /> </h2>
|
||||
<HelpSideBar />
|
||||
</div>
|
||||
</div>
|
||||
@@ -185,7 +185,7 @@ const App: FC<{ client_setting: ClientSettings }> = ({ client_setting }) => {
|
||||
:
|
||||
<Col className={'content-chatboard-col'} span={6}>
|
||||
<div className="contentRight" >
|
||||
<h2 className="contentRightHeader">Trợ giúp Admin <CloseOutlined onClick={() => setHelpClose(false)} title={'Đóng'} /> </h2>
|
||||
<h2 className="contentRightHeader">Trợ giúp <a onClick={() => setHelpClose(false)}>Đóng</a></h2>
|
||||
<HelpSideBar />
|
||||
</div>
|
||||
</Col>
|
||||
|
||||
Reference in New Issue
Block a user