summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_signup_email_item.jsx
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-02-11 13:47:32 -0500
committerJoramWilander <jwawilander@gmail.com>2016-02-11 13:47:32 -0500
commitb35146e9b81fa6fd8934fe590c2a2854e6a5b1d5 (patch)
tree53e1be2834c729a3176327a430eda0529f8e06cc /web/react/components/team_signup_email_item.jsx
parentabd5a3e0d73aac5d35a0a57b06899ca03474e548 (diff)
downloadchat-b35146e9b81fa6fd8934fe590c2a2854e6a5b1d5.tar.gz
chat-b35146e9b81fa6fd8934fe590c2a2854e6a5b1d5.tar.bz2
chat-b35146e9b81fa6fd8934fe590c2a2854e6a5b1d5.zip
Fix localization error for team invites
Diffstat (limited to 'web/react/components/team_signup_email_item.jsx')
-rw-r--r--web/react/components/team_signup_email_item.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/team_signup_email_item.jsx b/web/react/components/team_signup_email_item.jsx
index feb70dc71..790ec2e5d 100644
--- a/web/react/components/team_signup_email_item.jsx
+++ b/web/react/components/team_signup_email_item.jsx
@@ -83,4 +83,4 @@ TeamSignupEmailItem.propTypes = {
email: React.PropTypes.string
};
-export default injectIntl(TeamSignupEmailItem); \ No newline at end of file
+export default injectIntl(TeamSignupEmailItem, {withRef: true});