mirror of
https://github.com/bitwarden/server
synced 2025-12-19 01:33:20 +00: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