mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge pull request #1330 from mattermost/revert-1324-PLT-480
Revert 59581c3850
This commit is contained in:
@@ -54,7 +54,7 @@ export default class UserProfile extends React.Component {
|
||||
}
|
||||
}
|
||||
render() {
|
||||
var name = Utils.displayUsername(this.state.profile.id);
|
||||
var name = this.state.profile.username;
|
||||
if (this.props.overwriteName) {
|
||||
name = this.props.overwriteName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user