1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

apply suggestion

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
grafixeyehero 2024-09-23 22:30:20 +03:00 committed by Bill Thornton
parent 12995545b9
commit 47995ae9a1

View file

@ -78,7 +78,7 @@ const ProgramsSectionView: FC<ProgramsSectionViewProps> = ({
queryKey: ['Timers'],
reloadItems: refetch
}}
items={group.timerInfo }
items={group.timerInfo}
cardOptions={{
queryKey: ['Timers'],
shape: CardShape.BackdropOverflow,