1
0
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:
voommen-livefront
2025-11-04 14:19:00 -06:00
parent 8e68ff20a8
commit b748e38f91

View File

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