From 98f2fddf2a47f3fab7481571b7882de1ddfa14d5 Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Mon, 23 Sep 2024 22:30:20 +0300 Subject: [PATCH] apply suggestion Co-authored-by: Bill Thornton --- .../experimental/components/library/ProgramsSectionView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,