1
0
Fork 0
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:
Dmitry Lyzo 2022-02-16 19:16:31 +03:00
parent 61b6976d59
commit 9c7ba63696

View file

@ -399,6 +399,7 @@ const UserParentalControl: FunctionComponent = () => {
return <AccessScheduleList
key={index}
index={index}
Id={accessSchedule.Id}
DayOfWeek={accessSchedule.DayOfWeek}
StartHour={accessSchedule.StartHour}
EndHour={accessSchedule.EndHour}