Yep
This commit is contained in:
@@ -11,6 +11,12 @@
|
||||
<span> </span>
|
||||
}
|
||||
|
||||
@if (IsVictor)
|
||||
{
|
||||
<span class="victory-marker" title="Victory!">Victor</span>
|
||||
<span> </span>
|
||||
}
|
||||
|
||||
@if (string.IsNullOrEmpty(Name))
|
||||
{
|
||||
<span>Empty Seat</span>
|
||||
@@ -25,5 +31,6 @@
|
||||
@code {
|
||||
[Parameter][EditorRequired] public bool IsTurn { get; set; }
|
||||
[Parameter][EditorRequired] public bool InCheck { get; set; }
|
||||
[Parameter][EditorRequired] public bool IsVictor { get; set; }
|
||||
[Parameter][EditorRequired] public string Name { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user