From a9ac59cee467f1c19015d94b6313a59630905716 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 8 Jul 2025 18:37:28 +0200 Subject: [PATCH] Typo fix --- MP.Stats/Components/ChartJs/BarPlot.razor | 1 - MP.Stats/Components/ChartJs/Line.razor | 1 - MP.Stats/Components/ChartJs/PieChart.razor | 1 - MP.Stats/Components/ChartJs/StepLine.razor | 1 - 4 files changed, 4 deletions(-) diff --git a/MP.Stats/Components/ChartJs/BarPlot.razor b/MP.Stats/Components/ChartJs/BarPlot.razor index dd900386..ae40b458 100644 --- a/MP.Stats/Components/ChartJs/BarPlot.razor +++ b/MP.Stats/Components/ChartJs/BarPlot.razor @@ -42,7 +42,6 @@ /// https://www.puresourcecode.com/dotnet/blazor/using-chart-js-with-blazor/ /// https://www.tutorialsteacher.com/csharp/csharp-anonymous-type /// - /// /// protected async Task renderChart() { diff --git a/MP.Stats/Components/ChartJs/Line.razor b/MP.Stats/Components/ChartJs/Line.razor index 781da4bf..ce32fe35 100644 --- a/MP.Stats/Components/ChartJs/Line.razor +++ b/MP.Stats/Components/ChartJs/Line.razor @@ -62,7 +62,6 @@ /// https://www.puresourcecode.com/dotnet/blazor/using-chart-js-with-blazor/ /// https://www.tutorialsteacher.com/csharp/csharp-anonymous-type /// - /// /// protected async Task renderChart() { diff --git a/MP.Stats/Components/ChartJs/PieChart.razor b/MP.Stats/Components/ChartJs/PieChart.razor index f3d32801..b87c5509 100644 --- a/MP.Stats/Components/ChartJs/PieChart.razor +++ b/MP.Stats/Components/ChartJs/PieChart.razor @@ -52,7 +52,6 @@ /// https://www.puresourcecode.com/dotnet/blazor/using-chart-js-with-blazor/ /// https://www.tutorialsteacher.com/csharp/csharp-anonymous-type /// - /// /// protected async Task renderChart() { diff --git a/MP.Stats/Components/ChartJs/StepLine.razor b/MP.Stats/Components/ChartJs/StepLine.razor index f383cae1..4d160fd6 100644 --- a/MP.Stats/Components/ChartJs/StepLine.razor +++ b/MP.Stats/Components/ChartJs/StepLine.razor @@ -43,7 +43,6 @@ /// https://www.puresourcecode.com/dotnet/blazor/using-chart-js-with-blazor/ /// https://www.tutorialsteacher.com/csharp/csharp-anonymous-type /// - /// /// protected async Task renderChart() {