1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 08:53:14 +00:00
Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
This commit is contained in:
awu0403
2024-12-05 09:55:36 +08:00
committed by GitHub
parent 90764f9520
commit f344d26841
2 changed files with 5 additions and 3 deletions

View File

@@ -339,7 +339,7 @@ class MainSideNav extends React.Component {
</div>
</div>
</div>
{this.state.isAboutDialogShow && (
{this.state.isAboutDialogShow && enableShowAbout && (
<ModalPortal>
<AboutDialog onCloseAboutDialog={this.toggleAboutDialog} />
</ModalPortal>