From 79899d62153e0a50aa383f88ed0a2f2f24eb7d94 Mon Sep 17 00:00:00 2001 From: Mark D'Avella Date: Tue, 28 May 2024 11:00:27 -0400 Subject: [PATCH] fix inifite scroll initial load issue (#453) --- web/src/components/channel_config/PlexProgrammingSelector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/channel_config/PlexProgrammingSelector.tsx b/web/src/components/channel_config/PlexProgrammingSelector.tsx index 8d88038c..e6a6650f 100644 --- a/web/src/components/channel_config/PlexProgrammingSelector.tsx +++ b/web/src/components/channel_config/PlexProgrammingSelector.tsx @@ -610,7 +610,7 @@ export default function PlexProgrammingSelector() { {renderListItems()} -
+ {!searchLoading &&
} )}