summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-11-05 22:58:33 -0800
committerCorey Hulen <corey@hulen.com>2015-11-05 22:58:33 -0800
commit6af93e2a1b3e9a3eee7679011d42dc64ef03c267 (patch)
tree457df30081215aeed6fcf42ef30a99d3677db5e5 /web
parentd96cb50b68adca9f035c7582f1ceefdde64fb4f7 (diff)
downloadchat-6af93e2a1b3e9a3eee7679011d42dc64ef03c267.tar.gz
chat-6af93e2a1b3e9a3eee7679011d42dc64ef03c267.tar.bz2
chat-6af93e2a1b3e9a3eee7679011d42dc64ef03c267.zip
Revert 59581c38506acf267854f33af3c1d25e876dbb69
Diffstat (limited to 'web')
-rw-r--r--web/react/components/user_profile.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/user_profile.jsx b/web/react/components/user_profile.jsx
index 5ef2e8a19..c4402ae23 100644
--- a/web/react/components/user_profile.jsx
+++ b/web/react/components/user_profile.jsx
@@ -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;
}