Fix status interval not clearing after logout (#4507)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
4b3eceee70
Коммит
daf0490bbf
@@ -81,7 +81,6 @@ export default class NeedsTeam extends React.Component {
|
|||||||
if (tutorialStep <= TutorialSteps.INTRO_SCREENS) {
|
if (tutorialStep <= TutorialSteps.INTRO_SCREENS) {
|
||||||
browserHistory.push(TeamStore.getCurrentTeamRelativeUrl() + '/tutorial');
|
browserHistory.push(TeamStore.getCurrentTeamRelativeUrl() + '/tutorial');
|
||||||
}
|
}
|
||||||
stopPeriodicStatusUpdates();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
@@ -132,6 +131,7 @@ export default class NeedsTeam extends React.Component {
|
|||||||
if (UserAgent.isIosSafari()) {
|
if (UserAgent.isIosSafari()) {
|
||||||
iNoBounce.disable();
|
iNoBounce.disable();
|
||||||
}
|
}
|
||||||
|
stopPeriodicStatusUpdates();
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user