mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove unused Id prop from access schedule list
Reported by sonarcloud: https://sonarcloud.io/project/issues?fileUuids=AX6fELCkjUUWs1HF_Tc8&resolved=false&types=CODE_SMELL&id=jellyfin_jellyfin-web&open=AYr_7x6Y4nroI6nze3Zu
This commit is contained in:
parent
2669d1d3ea
commit
c2d1923917
3 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ import IconButtonElement from '../../../elements/IconButtonElement';
|
|||
|
||||
type AccessScheduleListProps = {
|
||||
index: number;
|
||||
Id?: number;
|
||||
DayOfWeek?: string;
|
||||
StartHour?: number ;
|
||||
EndHour?: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue