Fix i18n render bug on SimulateTabView

This commit is contained in:
phoenixeliot 2016-07-14 16:20:15 -07:00
parent dd88f39761
commit c3ed217964

View file

@ -136,6 +136,7 @@ class SimulatorsLeaderboardData extends CocoClass
return me.id in (user.id for user in @topSimulators.models)
nearbySimulators: ->
return [] if not @playersAbove?.models
l = []
above = @playersAbove.models
l = l.concat(above)