Fix: Typo in data.js
This commit is contained in:
parent
eaa8c6e03c
commit
da6370c902
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ export const duties = [
|
||||||
courtDuty: ["Daniel", "Stephan"],
|
courtDuty: ["Daniel", "Stephan"],
|
||||||
cashDuty: ["Benedikt", "MJ"],
|
cashDuty: ["Benedikt", "MJ"],
|
||||||
},
|
},
|
||||||
{ week: 6, courtDuty: ["Kieran", "Marcel"], cashDuty: ["Ali, Niklas"] },
|
{ week: 6, courtDuty: ["Kieran", "Marcel"], cashDuty: ["Ali", "Niklas"] },
|
||||||
{
|
{
|
||||||
week: 7,
|
week: 7,
|
||||||
courtDuty: ["Simon", "Max", "Dima"],
|
courtDuty: ["Simon", "Max", "Dima"],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue