Split campaign log summary from detail
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
@if (SelectedCampaign.Characters.Count == 0)
|
||||
@if (SelectedCampaign.Characters.Length == 0)
|
||||
{
|
||||
<p class="empty">No characters in this campaign yet.</p>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user