diff --git a/src/App/Pages/Vault/VaultViewCipherPage.cs b/src/App/Pages/Vault/VaultViewCipherPage.cs index 93cc851e9..ce9e68c71 100644 --- a/src/App/Pages/Vault/VaultViewCipherPage.cs +++ b/src/App/Pages/Vault/VaultViewCipherPage.cs @@ -314,7 +314,7 @@ namespace Bit.App.Pages { Table.Root.Remove(AttachmentsSection); } - if(Model.ShowAttachments && _tokenService.TokenPremium) + if(Model.ShowAttachments && (_tokenService.TokenPremium || cipher.OrganizationId != null)) { AttachmentsSection = new TableSection(AppResources.Attachments); AttachmentCells = new List();