1
0
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:
Graham Walker
2025-11-07 07:57:06 -06:00
committed by GitHub
parent 5e094c6066
commit 0debc17c1f

View File

@@ -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) {