diff --git a/src/apps/experimental/components/library/ProgramsSectionView.tsx b/src/apps/experimental/components/library/ProgramsSectionView.tsx index 4217720e73b..d1a7bfdb8a1 100644 --- a/src/apps/experimental/components/library/ProgramsSectionView.tsx +++ b/src/apps/experimental/components/library/ProgramsSectionView.tsx @@ -78,7 +78,7 @@ const ProgramsSectionView: FC = ({ queryKey: ['Timers'], reloadItems: refetch }} - items={group.timerInfo } + items={group.timerInfo} cardOptions={{ queryKey: ['Timers'], shape: CardShape.BackdropOverflow,