Skip to content

Commit

Permalink
fix: Load the HTML as well..
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimple committed Dec 30, 2024
1 parent 335a5b1 commit 7f42c5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CFLookup/Pages/MinecraftModStatsOverTime.cshtml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public async Task OnGetAsync(CancellationToken cancellationToken)
ChartHtml = "No data loaded yet";
return;
}

ChartHtml = statHtml!;
}
}
}

0 comments on commit 7f42c5f

Please sign in to comment.