diff --git a/client/src/components/Summoner/SummonerStats.vue b/client/src/components/Summoner/SummonerStats.vue index 1587b34..d7dc631 100644 --- a/client/src/components/Summoner/SummonerStats.vue +++ b/client/src/components/Summoner/SummonerStats.vue @@ -93,8 +93,8 @@ >
{{ name }}
{{ stat }}
-
{{ (stat / (stats.global.time / 60)).toFixed(2) }}
-
{{ (stat / stats.global.count).toFixed(2) }}
+
{{ stat / (stats.global.time / 60)|round }}
+
{{ stat / stats.global.count|round }}
  • kill participation