Island UI: implement scenario/mode reset upon starting over

This commit is contained in:
VakarisZ 2021-07-15 10:09:19 +03:00
parent 4dc138ca48
commit dae669282d
1 changed files with 9 additions and 6 deletions

View File

@ -88,7 +88,10 @@ class StartOverPageComponent extends AuthComponent {
cleaned: true cleaned: true
}); });
} }
}).then(this.updateMonkeysRunning()); }).then(() => {
this.updateMonkeysRunning();
this.props.onStatusChange();
});
}; };
closeModal = () => { closeModal = () => {