diff --git a/client/src/components/Summoner/Champions/ChampionsTable.vue b/client/src/components/Summoner/Champions/ChampionsTable.vue index ff47f9b..9be2786 100644 --- a/client/src/components/Summoner/Champions/ChampionsTable.vue +++ b/client/src/components/Summoner/Champions/ChampionsTable.vue @@ -52,10 +52,16 @@ :style="bgColor(champion, '55, 118, 179', 'count')" class="px-2 py-3 text-white text-sm" >{{ champion.count }} - {{ champion.kda|round }} + +
{{ champion.kda|round }}
+
+ {{ champion.kills/champion.count|round(1) }} + / + {{ champion.deaths/champion.count|round(1) }} + / + {{ champion.assists/champion.count|round(1) }} +
+