summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_profile.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-06-16 17:42:38 +0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-06-16 08:42:38 -0400
commit4e38796e6964e22b61293568c85cea5e82c8e533 (patch)
treedecd40c1491379e431bdb0eff57f6f8fe73496a4 /webapp/components/user_profile.jsx
parente1703d8800c1139ce5061f72b337e87f40928aee (diff)
downloadchat-4e38796e6964e22b61293568c85cea5e82c8e533.tar.gz
chat-4e38796e6964e22b61293568c85cea5e82c8e533.tar.bz2
chat-4e38796e6964e22b61293568c85cea5e82c8e533.zip
Improving about modal and colon issue with webhooks (#3343)
Updating word break Updating improvements for about modal
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 ee876347b..6f5365ac1 100644
--- a/webapp/components/user_profile.jsx
+++ b/webapp/components/user_profile.jsx
@@ -64,7 +64,7 @@ export default class UserProfile extends React.Component {
}
if (this.props.disablePopover) {
- return <div>{name}</div>;
+ return <div className='user-popover'>{name}</div>;
}
var dataContent = [];