1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

allow attachments if can access premium

This commit is contained in:
Kyle Spearrin
2018-08-29 09:21:38 -04:00
parent 2bb3d27408
commit 6e39111217
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 81c21418ec...42dbdb0043

View File

@@ -240,7 +240,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="box" *ngIf="cipher.hasAttachments && isPremium && showAttachments"> <div class="box" *ngIf="cipher.hasAttachments && canAccessPremium && showAttachments">
<div class="box-header"> <div class="box-header">
{{'attachments' | i18n}} {{'attachments' | i18n}}
</div> </div>