mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix missing property TypeScript error
This commit is contained in:
parent
61b6976d59
commit
9c7ba63696
1 changed files with 1 additions and 0 deletions
|
@ -399,6 +399,7 @@ const UserParentalControl: FunctionComponent = () => {
|
||||||
return <AccessScheduleList
|
return <AccessScheduleList
|
||||||
key={index}
|
key={index}
|
||||||
index={index}
|
index={index}
|
||||||
|
Id={accessSchedule.Id}
|
||||||
DayOfWeek={accessSchedule.DayOfWeek}
|
DayOfWeek={accessSchedule.DayOfWeek}
|
||||||
StartHour={accessSchedule.StartHour}
|
StartHour={accessSchedule.StartHour}
|
||||||
EndHour={accessSchedule.EndHour}
|
EndHour={accessSchedule.EndHour}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue