mirror of
https://github.com/bitwarden/browser
synced 2026-02-02 17:53:41 +00:00
PM-27739 typesafety check implemented as per claude
This commit is contained in:
@@ -45,8 +45,7 @@
|
||||
tabindex="0"
|
||||
[attr.aria-label]="'viewItem' | i18n"
|
||||
>
|
||||
<!-- Passing the first cipher of the application for app-vault-icon cipher input requirement -->
|
||||
@if (row.ciphers && row.ciphers.length > 0) {
|
||||
@if (row.ciphers?.[0]) {
|
||||
<app-vault-icon [cipher]="row.ciphers[0]"></app-vault-icon>
|
||||
}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user