Fix missing property TypeScript error
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user