Skip to content

Commit

Permalink
Remove allTeamNames.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhlexPlexico committed May 7, 2024
1 parent 3d543ad commit e89bdd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/PlayerStatTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e89bdd2

Please sign in to comment.