From 9ec37e26bfb62217f6663ddfdb3c71ef519fa849 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Fri, 16 Aug 2024 18:49:45 +0200 Subject: [PATCH] fix: poster --- app/(auth)/collections/[collectionId].tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/(auth)/collections/[collectionId].tsx b/app/(auth)/collections/[collectionId].tsx index f054af4d..df1a3228 100644 --- a/app/(auth)/collections/[collectionId].tsx +++ b/app/(auth)/collections/[collectionId].tsx @@ -180,11 +180,12 @@ const page: React.FC = () => { }} > - {collection?.CollectionType === "movies" && ( + {collection?.CollectionType === "movies" ? ( - )} - {collection?.CollectionType === "music" && ( + ) : collection?.CollectionType === "music" ? ( + ) : ( + )} {item.Name}