Skip to content

Commit

Permalink
syntax error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkaul authored Dec 15, 2023
1 parent 75f5284 commit 0e7ca21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/PlayerStatTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down Expand Up @@ -216,7 +216,7 @@ export default {
},
{
text: this.$t("PlayerStats.KAST"),
value: "kast",
value: "kast"
},
{
text: this.$t("PlayerStats.KnifeKills"),
Expand Down

0 comments on commit 0e7ca21

Please sign in to comment.