From 0e7ca21ef150b3aa2a04cd4ab91e20939d818d7c Mon Sep 17 00:00:00 2001 From: Ashutosh Kumar Date: Fri, 15 Dec 2023 20:54:32 +0530 Subject: [PATCH] syntax error fix --- src/components/PlayerStatTable.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/PlayerStatTable.vue b/src/components/PlayerStatTable.vue index dcbb220..7488b5e 100644 --- a/src/components/PlayerStatTable.vue +++ b/src/components/PlayerStatTable.vue @@ -166,8 +166,8 @@ export default { }, { text: this.$t("PlayerStats.UtilDamage"), - value: "util_damage" - groupable: false + value: "util_damage", + groupable: false }, { text: this.$t("PlayerStats.MVP"), @@ -216,7 +216,7 @@ export default { }, { text: this.$t("PlayerStats.KAST"), - value: "kast", + value: "kast" }, { text: this.$t("PlayerStats.KnifeKills"),