Skip to content

Commit e89bdd2

Browse files
authored
Remove allTeamNames.
1 parent 3d543ad commit e89bdd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/PlayerStatTable.vue

-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ export default {
251251
if (typeof serverResponse == "string") return;
252252
let allMapIds = [];
253253
let totalMatchTeam = [];
254-
let allTeamNames = [];
255254
serverResponse.filter(item => {
256255
let i = allMapIds.findIndex(x => x == item.map_id);
257256
if (i <= -1) allMapIds.push(item.map_id);

0 commit comments

Comments
 (0)