Skip to content

Commit

Permalink
[EC-377] Removed unneeded destroy$ from preferences.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
r-tome committed Sep 22, 2022
1 parent 3e32142 commit b654fd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web/src/app/settings/preferences.component.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Component, OnInit } from "@angular/core";
import { UntypedFormControl } from "@angular/forms";
import { Subject } from "rxjs";

import { AbstractThemingService } from "@bitwarden/angular/services/theming/theming.service.abstraction";
import { I18nService } from "@bitwarden/common/abstractions/i18n.service";
Expand Down Expand Up @@ -30,7 +29,6 @@ export class PreferencesComponent implements OnInit {

private startingLocale: string;
private startingTheme: ThemeType;
private destroy$ = new Subject<void>();

constructor(
private stateService: StateService,
Expand Down

0 comments on commit b654fd3

Please sign in to comment.