Update frontend/pages/settings/admin/ledenlijst.vue
All checks were successful
Build and Deploy / Deploy (push) Successful in 4m55s
All checks were successful
Build and Deploy / Deploy (push) Successful in 4m55s
This commit is contained in:
parent
6cc14bcaf0
commit
a121c3ae10
@ -176,6 +176,8 @@ const csvToJson = (csv) => {
|
||||
|
||||
if (groups[2] === 'Week') groups[2] = 'Vrijdag'
|
||||
|
||||
console.log(result[i]);
|
||||
|
||||
const inwedstrijdteam = usersStore.ledenlijst.filter(x => x.relatiecode === result[i].Relatiecode)[0].wedstrijdteam;
|
||||
|
||||
const wedstrijdteam = inwedstrijdteam ? true : false
|
||||
|
Loading…
Reference in New Issue
Block a user