diff --git a/Project-Unite/Controllers/StatsController.cs b/Project-Unite/Controllers/StatsController.cs index 71d2adc..1306f8e 100644 --- a/Project-Unite/Controllers/StatsController.cs +++ b/Project-Unite/Controllers/StatsController.cs @@ -33,7 +33,7 @@ namespace Project_Unite.Controllers var model = new PongStatsViewModel { - Highscores = pages, + Highscores = pages.ToList(), CurrentPage = id, PageCount = 10 };