From 47995ae9a1a5bec99aaa20e37e61043e57e4fc6a 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,