diff --git a/rsconcept/frontend/src/pages/LibraryPage/ItemIcons.tsx b/rsconcept/frontend/src/pages/LibraryPage/ItemIcons.tsx index eab7e986..51d388fa 100644 --- a/rsconcept/frontend/src/pages/LibraryPage/ItemIcons.tsx +++ b/rsconcept/frontend/src/pages/LibraryPage/ItemIcons.tsx @@ -12,20 +12,20 @@ interface ItemIconsProps { function ItemIcons({ user, item }: ItemIconsProps) { return ( -
+
{user && user.subscriptions.includes(item.id) ? ( - + ) : null} {item.is_common ? ( - + ) : null} {item.is_canonical ? ( - + ) : null}