From 6af93e2a1b3e9a3eee7679011d42dc64ef03c267 Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Thu, 5 Nov 2015 22:58:33 -0800 Subject: Revert 59581c38506acf267854f33af3c1d25e876dbb69 --- web/react/components/user_profile.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/components') 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; } -- cgit v1.2.3-1-g7c22