mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5154 from NTARelix/fix/asl-smell
Remove unused Id prop from access schedule list
This commit is contained in:
commit
657b15efc8
3 changed files with 1 additions and 2 deletions
|
@ -414,7 +414,6 @@ const UserParentalControl: FunctionComponent = () => {
|
|||
return <AccessScheduleList
|
||||
key={accessSchedule.Id}
|
||||
index={index}
|
||||
Id={accessSchedule.Id}
|
||||
DayOfWeek={accessSchedule.DayOfWeek}
|
||||
StartHour={accessSchedule.StartHour}
|
||||
EndHour={accessSchedule.EndHour}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue