mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-23 11:45:38 +01:00
fix name bug on section group names
This commit is contained in:
parent
37edfffb97
commit
19c46a472a
@ -172,7 +172,7 @@ namespace Bit.App.Models.Page
|
|||||||
{
|
{
|
||||||
AddRange(groupItems);
|
AddRange(groupItems);
|
||||||
|
|
||||||
if(string.IsNullOrWhiteSpace(Name))
|
if(string.IsNullOrWhiteSpace(name))
|
||||||
{
|
{
|
||||||
Name = "-";
|
Name = "-";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user