fix(welcome-page): clear update name timeout on unmount (#2800)

This commit is contained in:
virtuacoplenny 2018-04-12 14:23:30 -07:00 committed by bbaldino
parent 907cb013a8
commit be78ab5317
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ class WelcomePage extends AbstractWelcomePage {
* @returns {void}
*/
componentWillUnmount() {
super.componentWillUnmount();
document.body.classList.remove('welcome-page');
}