...
 
Commits (2)
......@@ -70,7 +70,6 @@ export class Minds {
this.onboardingService.onClose.subscribe(() => {
this.showOnboarding = false;
this.router.navigate(['/newsfeed']);
});
this.onboardingService.onOpen.subscribe(async () => {
......
import { ChangeDetectorRef, Component, EventEmitter, Input, Output } from '@angular/core';
import { Client } from "../../../../services/api/client";
import { Session } from "../../../../services/session";
import { Router } from "@angular/router";
@Component({
selector: 'm-channel--onboarding--rewards',
......@@ -89,7 +88,6 @@ export class TokenRewardsOnboardingComponent {
protected client: Client,
protected cd: ChangeDetectorRef,
protected session: Session,
protected router: Router,
) {
}
......@@ -139,4 +137,4 @@ export class TokenRewardsOnboardingComponent {
join() {
this.onClose.emit();
}
}
\ No newline at end of file
}