diff --git a/MP.SPEC/Components/Chart/Line.razor.cs b/MP.SPEC/Components/Chart/Line.razor.cs index 746912b9..af029ff6 100644 --- a/MP.SPEC/Components/Chart/Line.razor.cs +++ b/MP.SPEC/Components/Chart/Line.razor.cs @@ -38,8 +38,6 @@ namespace MP.SPEC.Components.Chart set { _DataTS = value; - //var pUpd = Task.Run(async () => await renderChart()); - //pUpd.Wait(); } } diff --git a/MP.SPEC/Components/RecipeArchMan.razor b/MP.SPEC/Components/RecipeArchMan.razor index 0f9d7989..f3cbd89c 100644 --- a/MP.SPEC/Components/RecipeArchMan.razor +++ b/MP.SPEC/Components/RecipeArchMan.razor @@ -13,7 +13,7 @@ else

Ricetta Assegnata

- @if(string.IsNullOrEmpty(RecipeCode)) + @if (string.IsNullOrEmpty(RecipeCode)) { Manca ricetta! @@ -33,15 +33,33 @@ else @if (showSearch) {