diff --git a/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/risk-insights-data.service.ts b/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/risk-insights-data.service.ts index e7f9ee9269e..b789158be16 100644 --- a/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/risk-insights-data.service.ts +++ b/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/risk-insights-data.service.ts @@ -137,7 +137,7 @@ export class RiskInsightsDataService { this.cipherViewsForOrganizationSubject.next([]); } - if (this.cipherViewsForOrganizationSubject.value) { + if (this.cipherViewsForOrganizationSubject.value.length > 0) { return; }