diff --git a/MP.SPEC/Components/ParamsFilter.razor b/MP.SPEC/Components/ParamsFilter.razor index 0bacf746..a0e47e70 100644 --- a/MP.SPEC/Components/ParamsFilter.razor +++ b/MP.SPEC/Components/ParamsFilter.razor @@ -41,27 +41,18 @@
- @if (isLoading) - { - - } - else - { - - } +
@@ -79,25 +70,16 @@
- @if (isLoading) - { - - } - else - { - + + @if (ListFlux != null) + { + foreach (var item in ListFlux) { - foreach (var item in ListFlux) - { - - } + } - - } + } +