mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
PM-27759 adding title to risk insights empty state (#17252)
* PM-27759 adding title to risk insights empty state * Fixing title name in a different state.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
} @else {
|
||||
<!-- Check final states after initial calls have been completed -->
|
||||
@if (isRiskInsightsActivityTabFeatureEnabled && !(dataService.hasReportData$ | async)) {
|
||||
<h1 bitTypography="h1">{{ "accessIntelligence" | i18n }}</h1>
|
||||
<!-- Show empty state only when feature flag is enabled and there's no report data -->
|
||||
<div class="tw-flex tw-justify-center tw-items-center tw-min-h-[70vh] tw-w-full">
|
||||
@if (!hasCiphers) {
|
||||
|
||||
Reference in New Issue
Block a user