diff --git a/libs/vault/src/cipher-form/components/attachments/cipher-attachments.component.html b/libs/vault/src/cipher-form/components/attachments/cipher-attachments.component.html index d5c65c01518..dd888e140cd 100644 --- a/libs/vault/src/cipher-form/components/attachments/cipher-attachments.component.html +++ b/libs/vault/src/cipher-form/components/attachments/cipher-attachments.component.html @@ -12,12 +12,13 @@ @if (!attachment.hasDecryptionError) { {{ attachment.sizeName }} } - + @if (!attachment.hasDecryptionError && attachment.key == null) { + + } @@ -28,7 +29,7 @@ [cipher]="cipher()" [attachment]="attachment" > - } @else { + } @else if (!attachment.hasDecryptionError) {