diff --git a/src/components/PlayerStatTable.vue b/src/components/PlayerStatTable.vue index b3b18eb..d9223e2 100644 --- a/src/components/PlayerStatTable.vue +++ b/src/components/PlayerStatTable.vue @@ -251,7 +251,6 @@ export default { if (typeof serverResponse == "string") return; let allMapIds = []; let totalMatchTeam = []; - let allTeamNames = []; serverResponse.filter(item => { let i = allMapIds.findIndex(x => x == item.map_id); if (i <= -1) allMapIds.push(item.map_id);