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()
{