Add media file and remove stray comment

This commit is contained in:
fragosti
2018-07-02 18:14:21 -07:00
parent a5231df6d9
commit f62044c1e3
2 changed files with 15 additions and 2 deletions

View File

@@ -45,8 +45,6 @@ class PlainPortalOnboardingFlow extends React.Component<PortalOnboardingFlowProp
private _unlisten: () => void;
public componentDidMount(): void {
this._adjustStepIfShould();
// Wait until the step is adjusted to decide whether we should show onboarding.
// setTimeout(this._autoStartOnboardingIfShould.bind(this), 1000);
// If there is a route change, just close onboarding.
this._unlisten = this.props.history.listen(() => this.props.updateIsRunning(false));
}