mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 08:53:14 +00:00
fix about (#7142)
Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user