Skip to content

Commit

Permalink
Merge pull request #5 from rpkaul/master
Browse files Browse the repository at this point in the history
update
  • Loading branch information
xe1os authored Dec 19, 2023
2 parents 85cdf11 + 0e7ca21 commit b9b9155
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/PlayerStatTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ export default {
value: "hsp",
groupable: false
},
{
text: this.$t("PlayerStats.KAST"),
value: "kast",
groupable: false
{
text: this.$t("PlayerStats.UtilDamage"),
value: "util_damage",
groupable: false
},
{
text: this.$t("PlayerStats.MVP"),
Expand Down Expand Up @@ -215,8 +215,8 @@ export default {
value: "friendlies_flashed"
},
{
text: this.$t("PlayerStats.UtilDamage"),
value: "util_damage"
text: this.$t("PlayerStats.KAST"),
value: "kast"
},
{
text: this.$t("PlayerStats.KnifeKills"),
Expand Down

0 comments on commit b9b9155

Please sign in to comment.