mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 07:41:26 +00:00
repair code error
This commit is contained in:
@@ -139,7 +139,7 @@ class GroupsView extends React.Component {
|
||||
<div className="cur-view-path">
|
||||
<h3 className="sf-heading">{gettext("My Groups")}</h3>
|
||||
</div>
|
||||
<div className="cur-view-content group-table-container">
|
||||
<div className="cur-view-content cur-view-content-groups">
|
||||
{this.state.isLoading && <Loading />}
|
||||
{(!this.state.isLoading && this.state.errorMsg !== '') && this.state.errorMsg}
|
||||
{/* {(!this.state.isLoading && this.state.groupList.length === 0 ) && emptyTip} //todo */}
|
||||
|
Reference in New Issue
Block a user