mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 14:42:10 +00:00
Remove user email from the wiki page (#2274)
This commit is contained in:
@@ -117,12 +117,9 @@ class Account extends Component {
|
||||
<div className="outer-caret up-outer-caret"><div className="inner-caret"></div></div>
|
||||
<div className="sf-popover-con">
|
||||
<div className="item o-hidden">
|
||||
<span>
|
||||
{this.renderAvatar()}
|
||||
</span>
|
||||
{this.renderAvatar()}
|
||||
<div className="txt">
|
||||
{this.state.userName} <br/>
|
||||
{this.state.contactEmail}
|
||||
{this.state.userName}
|
||||
</div>
|
||||
</div>
|
||||
<div id="space-traffic">
|
||||
|
Reference in New Issue
Block a user