From c74e3b3fc48c9b71246e86effaea732cc78b27a3 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Sat, 17 Apr 2021 14:24:27 +0100 Subject: [PATCH] Don't get user resources. --- src/showplanner/index.tsx | 8 +------- src/showplanner/state.ts | 8 -------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/src/showplanner/index.tsx b/src/showplanner/index.tsx index 15a7a7a..bef5741 100644 --- a/src/showplanner/index.tsx +++ b/src/showplanner/index.tsx @@ -67,7 +67,7 @@ function Channel({ id, data }: { id: number; data: PlanItem[] }) { function LibraryColumn() { const [sauce, setSauce] = useState("None"); const dispatch = useDispatch(); - const { auxPlaylists, managedPlaylists, userPlaylists } = useSelector( + const { auxPlaylists, managedPlaylists } = useSelector( (state: RootState) => state.showplan ); @@ -95,12 +95,6 @@ function LibraryColumn() { Choose a library - - {userPlaylists.map((playlist: any) => ( - - ))} {auxPlaylists.map((playlist: any) => (