Refacto StyleCop

This commit is contained in:
Loic Masi
2026-03-26 14:33:31 +01:00
parent 2b14d4bf24
commit 49bf4a024b
12 changed files with 227 additions and 374 deletions

View File

@@ -19,7 +19,7 @@
</main>
@if(ViewContext.RouteData.Values["area"]?.ToString() != "Administration")
{
@await Component.InvokeAsync("Sidebar")
@await Component.InvokeAsync("Components.Sidebar.Default")
}
</div>
</div>