summaryrefslogtreecommitdiffstats
path: root/web/react/components/posts_view.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-09 12:18:20 -0500
committerChristopher Speller <crspeller@gmail.com>2016-03-09 12:18:20 -0500
commit13837c01217550688ac25f7f61938ef59422cb2c (patch)
tree7be5393a9abfc574bddc01b2558be570b90f026e /web/react/components/posts_view.jsx
parent3e88ef70237d2aa57982f85d740250a5443f320b (diff)
parent1a38fbf681422a1b14fceeb3dc3f16e43e8e62a6 (diff)
downloadchat-13837c01217550688ac25f7f61938ef59422cb2c.tar.gz
chat-13837c01217550688ac25f7f61938ef59422cb2c.tar.bz2
chat-13837c01217550688ac25f7f61938ef59422cb2c.zip
Merge pull request #2397 from mattermost/plt-2185
PLT-2185 Fix ... for usernames on first page load
Diffstat (limited to 'web/react/components/posts_view.jsx')
-rw-r--r--web/react/components/posts_view.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/posts_view.jsx b/web/react/components/posts_view.jsx
index 9a1673483..c2c739e9a 100644
--- a/web/react/components/posts_view.jsx
+++ b/web/react/components/posts_view.jsx
@@ -250,7 +250,6 @@ export default class PostsView extends React.Component {
shouldHighlight={shouldHighlight}
onClick={() => EventHelpers.emitPostFocusEvent(post.id)} //eslint-disable-line no-loop-func
displayNameType={this.state.displayNameType}
- hasProfiles={profiles && Object.keys(profiles).length > 1}
user={profile}
/>
);