diff --git a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/all-applications/all-applications.component.html b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/all-applications/all-applications.component.html index de5441b9e97..834fa026673 100644 --- a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/all-applications/all-applications.component.html +++ b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/all-applications/all-applications.component.html @@ -2,7 +2,8 @@ } @else { @let drawerDetails = dataService.drawerDetails$ | async; - @if (!dataSource.data.length) { + @let hasCiphers = dataService.hasCiphers$ | async; + @if (!dataSource.data.length && !hasCiphers) {