mirror of
https://github.com/bitwarden/browser
synced 2026-02-18 18:33:50 +00:00
hasCiphers conditional
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
<dirt-risk-insights-loading></dirt-risk-insights-loading>
|
||||
} @else {
|
||||
@let drawerDetails = dataService.drawerDetails$ | async;
|
||||
@if (!dataSource.data.length) {
|
||||
@let hasCiphers = dataService.hasCiphers$ | async;
|
||||
@if (!dataSource.data.length && !hasCiphers) {
|
||||
<div class="tw-mt-4">
|
||||
<bit-no-items [icon]="noItemsIcon" class="tw-text-main">
|
||||
<ng-container slot="title">
|
||||
|
||||
Reference in New Issue
Block a user