mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 08:06:56 +00:00
Change share dialog (#4245)
* fix share dialog dropdown memu style * fix some warnings
This commit is contained in:
@@ -23,7 +23,7 @@ class Nav extends React.Component {
|
||||
render() {
|
||||
const { currentItem, email, userName } = this.props;
|
||||
return (
|
||||
<div>
|
||||
<div>
|
||||
<div className="cur-view-path">
|
||||
<h3 className="sf-heading"><Link to={`${siteRoot}sys/users/`}>{gettext('Users')}</Link> / {userName}</h3>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user