mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
convert page to list
This commit is contained in:
parent
733d9992d5
commit
642b082c34
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public ActionResult Pong(int id = 1)
|
|||
|
||||
var model = new PongStatsViewModel
|
||||
{
|
||||
Highscores = pages,
|
||||
Highscores = pages.ToList(),
|
||||
CurrentPage = id,
|
||||
PageCount = 10
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue