mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Fixed the matches order on the ladder team page.
This commit is contained in:
parent
07c0edcefe
commit
ece08ba366
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ module.exports = class LadderTeamView extends RootView
|
|||
}
|
||||
|
||||
ctx.matches = (convertMatch(match) for match in @session.get('matches') or [])
|
||||
ctx.matches.reverse()
|
||||
ctx
|
||||
|
||||
afterRender: ->
|
||||
|
|
Loading…
Reference in a new issue