diff --git a/MP.MON.Client/Components/DetailMapSelector.razor b/MP.MON.Client/Components/DetailMapSelector.razor index 9ff41233..a6911977 100644 --- a/MP.MON.Client/Components/DetailMapSelector.razor +++ b/MP.MON.Client/Components/DetailMapSelector.razor @@ -3,11 +3,11 @@ @if (useNewDisplay) { - + } else { - + } @code { diff --git a/MP.MON/Components/Pages/Index.razor b/MP.MON/Components/Pages/Index.razor index 9180e6ad..690ba2a8 100644 --- a/MP.MON/Components/Pages/Index.razor +++ b/MP.MON/Components/Pages/Index.razor @@ -12,7 +12,7 @@ {
- +
} @@ -40,14 +40,14 @@ else if (currMse != null) {
- @* *@ + @* *@ @if (newDisplay) { - + } else { - + }
}