diff --git a/client/src/components/Summoner/SummonerStats.vue b/client/src/components/Summoner/SummonerStats.vue index b7dbee0..a1cd0e9 100644 --- a/client/src/components/Summoner/SummonerStats.vue +++ b/client/src/components/Summoner/SummonerStats.vue @@ -78,6 +78,10 @@
kill participation
{{ globalStats.kp|percent }}
+
  • +
    kda
    +
    {{ globalStats.kills / globalStats.deaths|round }}
    +