convert page to list

This commit is contained in:
Michael 2017-05-02 16:18:53 -04:00
parent 733d9992d5
commit 642b082c34

View file

@ -33,7 +33,7 @@ namespace Project_Unite.Controllers
var model = new PongStatsViewModel var model = new PongStatsViewModel
{ {
Highscores = pages, Highscores = pages.ToList(),
CurrentPage = id, CurrentPage = id,
PageCount = 10 PageCount = 10
}; };