From a9a468bd18f56924affe51188a857c5595fc858d Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 20 Jul 2018 17:09:23 +0200 Subject: Fix Wrong pick/win rates being calculated in different places --- src/TopTalentsBox.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/TopTalentsBox.vue') diff --git a/src/TopTalentsBox.vue b/src/TopTalentsBox.vue index 88d5fb7..fdda6c3 100644 --- a/src/TopTalentsBox.vue +++ b/src/TopTalentsBox.vue @@ -18,8 +18,8 @@ {{ Math.round(100 * playersPerMatch * props.row.Count / totalPicks) }}% - - {{ Math.round(100 * props.row.Winner) }}% + + {{ Math.round(100 * props.row.TotalWinner) }}% -- cgit v1.3.1