Skip to content

Commit

Permalink
Remove unwanted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cyprain-okeke committed Dec 31, 2024
1 parent 72925ff commit f141f8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/app/vault/org-vault/vault.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,6 @@ export class VaultComponent implements OnInit, OnDestroy {
.subscribe();

this.unpaidSubscriptionDialog$.pipe(takeUntil(this.destroy$)).subscribe();
//this.resellerWarning1$.pipe(takeUntil(this.destroy$)).subscribe();

this.freeTrial$ = combineLatest([
organization$,
Expand Down

0 comments on commit f141f8f

Please sign in to comment.