summaryrefslogtreecommitdiff
path: root/src/TopTalentsBox.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/TopTalentsBox.vue')
-rw-r--r--src/TopTalentsBox.vue4
1 files changed, 2 insertions, 2 deletions
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 @@
<span>{{ Math.round(100 * playersPerMatch * props.row.Count / totalPicks) }}%</span>
</b-table-column>
- <b-table-column field="Winner" label="Win Rate" sortable numeric>
- <span>{{ Math.round(100 * props.row.Winner) }}%</span>
+ <b-table-column field="TotalWinner" label="Win Rate" sortable numeric>
+ <span>{{ Math.round(100 * props.row.TotalWinner) }}%</span>
</b-table-column>
</template>
</b-table>