summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_profile.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/user_profile.jsx')
-rw-r--r--webapp/components/user_profile.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/user_profile.jsx b/webapp/components/user_profile.jsx
index d9bd5c378..8c365b6da 100644
--- a/webapp/components/user_profile.jsx
+++ b/webapp/components/user_profile.jsx
@@ -102,7 +102,7 @@ UserProfile.defaultProps = {
};
UserProfile.propTypes = {
user: React.PropTypes.object,
- overwriteName: React.PropTypes.string,
+ overwriteName: React.PropTypes.node,
overwriteImage: React.PropTypes.string,
disablePopover: React.PropTypes.bool,
displayNameType: React.PropTypes.string,