mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-04 09:53:55 -04:00
Fix i18n render bug on SimulateTabView
This commit is contained in:
parent
dd88f39761
commit
c3ed217964
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ class SimulatorsLeaderboardData extends CocoClass
|
||||||
return me.id in (user.id for user in @topSimulators.models)
|
return me.id in (user.id for user in @topSimulators.models)
|
||||||
|
|
||||||
nearbySimulators: ->
|
nearbySimulators: ->
|
||||||
|
return [] if not @playersAbove?.models
|
||||||
l = []
|
l = []
|
||||||
above = @playersAbove.models
|
above = @playersAbove.models
|
||||||
l = l.concat(above)
|
l = l.concat(above)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue