mirror of
https://github.com/bitwarden/browser
synced 2026-02-03 10:13:31 +00:00
PM-26675 added one more null check
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
) | i18n
|
||||
}}</span>
|
||||
|
||||
@if (drawerDetails.atRiskMemberDetails.length > 0) {
|
||||
@if (drawerDetails.atRiskMemberDetails?.length > 0) {
|
||||
<ng-container>
|
||||
<div class="tw-flex tw-justify-between tw-mt-2 tw-text-muted">
|
||||
<div bitTypography="body2" class="tw-text-sm tw-font-bold">
|
||||
|
||||
Reference in New Issue
Block a user