1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-02 09:43:29 +00:00

remove comment

This commit is contained in:
Alex
2025-11-05 11:12:12 -05:00
parent 65c69090fd
commit af187e2236

View File

@@ -80,7 +80,7 @@ export class CriticalApplicationsComponent implements OnInit {
.getFeatureFlag$(FeatureFlag.PM22887_RiskInsightsActivityTab)
.pipe(takeUntilDestroyed(this.destroyRef))
.subscribe((isEnabled) => {
this.isRiskInsightsActivityTabFeatureEnabled = isEnabled; // TODO: Remove this hard coded value
this.isRiskInsightsActivityTabFeatureEnabled = isEnabled;
});
this.dataService.criticalReportResults$.pipe(takeUntilDestroyed(this.destroyRef)).subscribe({