diff --git a/src/App/Models/Page/VaultListPageModel.cs b/src/App/Models/Page/VaultListPageModel.cs index b1fc3ec23..c36f4d834 100644 --- a/src/App/Models/Page/VaultListPageModel.cs +++ b/src/App/Models/Page/VaultListPageModel.cs @@ -172,7 +172,7 @@ namespace Bit.App.Models.Page { AddRange(groupItems); - if(string.IsNullOrWhiteSpace(Name)) + if(string.IsNullOrWhiteSpace(name)) { Name = "-"; }