added info-modal + updated error handling
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
This commit is contained in:
@@ -54,7 +54,7 @@ export default {
|
||||
}
|
||||
|
||||
const parseObject = async () => {
|
||||
data.rounds = await GetPlayerValue(store.state.matchDetails.match_id)
|
||||
data.rounds = await GetPlayerValue(store, store.state.matchDetails.match_id)
|
||||
|
||||
for (const round in data.rounds) {
|
||||
for (const player in data.rounds[round]) {
|
||||
|
||||
Reference in New Issue
Block a user