Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Iwhite67 committed Apr 23, 2024
1 parent 4438dcd commit 3bfae54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/PlayerStatTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,11 @@ export default {
return;
},
async retrieveMapStatsHelper(serverResponse, matchData) {
console.log(serverResponse)
if (typeof serverResponse == "string") return;
await serverResponse.forEach((singleMapStat, index) => {
console.log(singleMapStat);
console.log(arrMapString[index]);

Check failure on line 362 in src/components/PlayerStatTable.vue

View workflow job for this annotation

GitHub Actions / g5v:latest

'arrMapString' is not defined
this.$set(this.arrMapString[index], 'score', "Score: " +
singleMapStat.team1_score +
" " +
Expand Down

0 comments on commit 3bfae54

Please sign in to comment.