summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-01-10 11:09:07 -0300
committerHarrison Healey <harrisonmhealey@gmail.com>2017-01-10 09:09:07 -0500
commitfd9c122dbce5298f386d5af23504bcbd988fe33f (patch)
tree05ad5a2928d5b0f9906ff5aa32f3bda541201535
parent7846036c778d13bdc285f82746d3f27611508b5d (diff)
downloadchat-fd9c122dbce5298f386d5af23504bcbd988fe33f.tar.gz
chat-fd9c122dbce5298f386d5af23504bcbd988fe33f.tar.bz2
chat-fd9c122dbce5298f386d5af23504bcbd988fe33f.zip
PLT-5204 Fix Team Sidebar empty tooltip (#5028)
-rw-r--r--webapp/components/team_sidebar/components/team_button.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/team_sidebar/components/team_button.jsx b/webapp/components/team_sidebar/components/team_button.jsx
index 203e1de00..f8b68d5c2 100644
--- a/webapp/components/team_sidebar/components/team_button.jsx
+++ b/webapp/components/team_sidebar/components/team_button.jsx
@@ -57,7 +57,7 @@ export default class TeamButton extends React.Component {
placement={this.props.placement}
overlay={
<Tooltip id={`tooltip-${this.props.url}`}>
- {this.props.displayName}
+ {this.props.tip}
</Tooltip>
}
>