mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
fix name bug on section group names
This commit is contained in:
parent
37edfffb97
commit
19c46a472a
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ namespace Bit.App.Models.Page
|
|||
{
|
||||
AddRange(groupItems);
|
||||
|
||||
if(string.IsNullOrWhiteSpace(Name))
|
||||
if(string.IsNullOrWhiteSpace(name))
|
||||
{
|
||||
Name = "-";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue