show attachments belonging to org cipher as well

This commit is contained in:
Kyle Spearrin 2018-11-16 07:45:23 -05:00
parent 85452b3622
commit d207469fc0
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit da47faca5c9a41f732136448461a06fc6e6fe023
Subproject commit 464bca8c4d745eb86bdb0b36e6e4a983caa3c891

View File

@ -230,7 +230,7 @@
</div>
</div>
</div>
<div class="box" *ngIf="cipher.hasAttachments && canAccessPremium">
<div class="box" *ngIf="cipher.hasAttachments && (canAccessPremium || cipher.organizationId)">
<div class="box-header">
{{'attachments' | i18n}}
</div>