summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-11-09 10:03:06 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-11-09 10:03:06 -0500
commitdaf0490bbf4d382b53d23e2fd0938aa7658bb368 (patch)
treef3b293812099b05f5925e51c1d6959ea15c6844e /webapp
parent4b3eceee7015af12750e6f73f11bb0969c8d5c41 (diff)
downloadchat-daf0490bbf4d382b53d23e2fd0938aa7658bb368.tar.gz
chat-daf0490bbf4d382b53d23e2fd0938aa7658bb368.tar.bz2
chat-daf0490bbf4d382b53d23e2fd0938aa7658bb368.zip
Fix status interval not clearing after logout (#4507)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/needs_team.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/needs_team.jsx b/webapp/components/needs_team.jsx
index e210fcbee..014d6c93e 100644
--- a/webapp/components/needs_team.jsx
+++ b/webapp/components/needs_team.jsx
@@ -81,7 +81,6 @@ export default class NeedsTeam extends React.Component {
if (tutorialStep <= TutorialSteps.INTRO_SCREENS) {
browserHistory.push(TeamStore.getCurrentTeamRelativeUrl() + '/tutorial');
}
- stopPeriodicStatusUpdates();
}
componentDidMount() {
@@ -132,6 +131,7 @@ export default class NeedsTeam extends React.Component {
if (UserAgent.isIosSafari()) {
iNoBounce.disable();
}
+ stopPeriodicStatusUpdates();
}
render() {