1
0
mirror of synced 2024-11-24 06:20:12 +01:00

Fix total rounds display for museca forgotten in last commit.

This commit is contained in:
Jennifer Taylor 2022-10-08 02:26:46 +00:00
parent 2738527d9c
commit 20c313af96

View File

@ -57,7 +57,7 @@ var all_players = React.createClass({
}.bind(this), }.bind(this),
}, },
{ {
name: 'Play Count', name: 'Total Rounds',
render: function(userid) { render: function(userid) {
var player = this.state.players[userid]; var player = this.state.players[userid];
return player.plays; return player.plays;