Update frontend/pages/settings/admin/ledenlijst.vue
All checks were successful
Build and Deploy / Deploy (push) Successful in 4m55s

This commit is contained in:
xeovalyte 2023-12-21 14:14:31 +01:00
parent 6cc14bcaf0
commit a121c3ae10

View File

@ -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