1
0
mirror of synced 2024-11-23 22:10:59 +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),
},
{
name: 'Play Count',
name: 'Total Rounds',
render: function(userid) {
var player = this.state.players[userid];
return player.plays;