Player | +Score Left | +Rounds | +Darts | +AVG | +
---|---|---|---|---|
+ |
+ {player.scoreLeft} | {player.rounds.length} | ++ {player.rounds.reduce( + (total, round) => total + round.throwDetails.length, + 0 + )} + | +{getTotalMatchAvg(player.rounds)} | +
Round | +Score | +Round AVG | +Throws | +Round Time | +
---|---|---|---|---|
{_idx + 1} | +{round.roundTotal} | +{round.roundAverage.toFixed(2)} | +
+ |
+ {round.elapsedTime} Seconds | +
Match | +Played | +Players | +Status | ++ |
---|---|---|---|---|
+ {match.initialScore} {match.matchCheckout}-Out + | +{getLocaleDate(match.createdAt)} | +
+ |
+
+ |
+
+ |
+