summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_signup_send_invites_page.jsx
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-10-23 18:07:54 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-10-23 18:07:54 -0700
commit8f487412a890759ce387bb8c80187fbfaf7e7452 (patch)
treec9691d0cc3a49951f22f32cb3fcd79a4d64ab08c /web/react/components/team_signup_send_invites_page.jsx
parent03140752e60addd13e162036fe6605629b5591c6 (diff)
downloadchat-8f487412a890759ce387bb8c80187fbfaf7e7452.tar.gz
chat-8f487412a890759ce387bb8c80187fbfaf7e7452.tar.bz2
chat-8f487412a890759ce387bb8c80187fbfaf7e7452.zip
Fixed various React warnings during the team signup process
Diffstat (limited to 'web/react/components/team_signup_send_invites_page.jsx')
-rw-r--r--web/react/components/team_signup_send_invites_page.jsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/web/react/components/team_signup_send_invites_page.jsx b/web/react/components/team_signup_send_invites_page.jsx
index b42343da0..7b4db8fae 100644
--- a/web/react/components/team_signup_send_invites_page.jsx
+++ b/web/react/components/team_signup_send_invites_page.jsx
@@ -15,11 +15,6 @@ export default class TeamSignupSendInvitesPage extends React.Component {
this.state = {
emailEnabled: global.window.mm_config.SendEmailNotifications === 'true'
};
-
- if (!this.state.emailEnabled) {
- this.props.state.wizard = 'username';
- this.props.updateParent(this.props.state);
- }
}
submitBack(e) {
e.preventDefault();