mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
update libs
This commit is contained in:
@ -59,9 +59,9 @@ namespace Bit.Api.Models
|
||||
{
|
||||
Description = item.Description;
|
||||
}
|
||||
else if(!string.IsNullOrWhiteSpace(item.Plan?.Name) && item.Quantity.GetValueOrDefault() > 0)
|
||||
else if(!string.IsNullOrWhiteSpace(item.Plan?.Nickname) && item.Quantity.GetValueOrDefault() > 0)
|
||||
{
|
||||
Description = $"{item.Quantity} x {item.Plan.Name}";
|
||||
Description = $"{item.Quantity} x {item.Plan.Nickname}";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user