mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 15:53:28 +00:00
repair ui error
This commit is contained in:
@@ -48,7 +48,7 @@ class RepoListViewPanel extends React.Component {
|
||||
let group = this.props.group;
|
||||
const emptyTip = <p className="group-item-empty-tip">{gettext('No libraries')}</p>;
|
||||
return (
|
||||
<Fragment>
|
||||
<div className="group-list-panel">
|
||||
<h4 className="group-item-heading ellipsis">
|
||||
<a href={`${siteRoot}group/${group.id}/`} title={group.name}>{group.name}</a>
|
||||
</h4>
|
||||
@@ -62,7 +62,7 @@ class RepoListViewPanel extends React.Component {
|
||||
onItemUnshare={this.onItemUnshare}
|
||||
/>
|
||||
}
|
||||
</Fragment>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user