Auto formatting
This commit is contained in:
@@ -9,11 +9,12 @@
|
||||
{
|
||||
styleClass = "selected";
|
||||
}
|
||||
<button @onclick="@(e => OnChangeFaction(choice))"
|
||||
class="choiceButton @styleClass">@(choice == DataType.Any
|
||||
? DataType.Any
|
||||
: DATA.Get()[choice].Info().Name)
|
||||
</button>
|
||||
<button @onclick="@(e => OnChangeFaction(choice))"
|
||||
class="choiceButton @styleClass">
|
||||
@(choice == DataType.Any
|
||||
? DataType.Any
|
||||
: DATA.Get()[choice].Info().Name)
|
||||
</button>
|
||||
}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user