diff --git a/bitwarden_license/bit-web/src/app/secrets-manager/overview/overview.component.ts b/bitwarden_license/bit-web/src/app/secrets-manager/overview/overview.component.ts index 73d73be053d..0ce7d706519 100644 --- a/bitwarden_license/bit-web/src/app/secrets-manager/overview/overview.component.ts +++ b/bitwarden_license/bit-web/src/app/secrets-manager/overview/overview.component.ts @@ -91,7 +91,6 @@ export class OverviewComponent implements OnInit, OnDestroy { ) {} ngOnInit() { - this.stateService.setSMOnboardingTasks(null); const orgId$ = this.route.params.pipe( map((p) => p.organizationId), distinctUntilChanged()