mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 04:57:35 +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 @@ 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
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue