Update WineVarietyTemplate
This commit is contained in:
@ -16,7 +16,7 @@ namespace Elwig.Models {
|
||||
[Column("comment")]
|
||||
public string? Comment { get; private set; }
|
||||
|
||||
public string NameWithComment => Name + ((Comment != null) ? $" ({Comment})" : "");
|
||||
public string CommentFormat => (Comment != null) ? $" ({Comment})" : "";
|
||||
|
||||
public override string ToString() {
|
||||
return Name;
|
||||
|
Reference in New Issue
Block a user