Fix : undefined simulation debugging tooltips

This commit is contained in:
Nick Winter 2015-09-23 08:24:11 -07:00
parent 0492d455b0
commit 3253ae456e

View file

@ -86,7 +86,7 @@ module.exports = class MyMatchesTabView extends CocoView
stale: match.date < submitDate
fresh: fresh
codeLanguage: match.codeLanguage
simulator: JSON.stringify(match.simulator) + ' | seed ' + match.randomSeed
simulator: if match.simulator then JSON.stringify(match.simulator) + ' | seed ' + match.randomSeed else ''
}
for team in @teams