fix lobby now playing mithril key

This commit is contained in:
Thibault Duplessis 2015-01-06 15:27:35 +01:00
parent 26428b643c
commit eb4cae924c

View file

@ -13,7 +13,7 @@ module.exports = function(ctrl) {
return m('div#now_playing',
ctrl.data.nowPlaying.map(function(pov) {
return m('a', {
key: pov.id,
key: pov.gameId,
href: '/' + pov.fullId,
class: pov.isMyTurn ? 'my_turn' : ''
}, [