diff --git a/src/components/Collections/CollectionListBar/CollectionCard.tsx b/src/components/Collections/CollectionListBar/CollectionCard.tsx index b5029ec24..fdab115e7 100644 --- a/src/components/Collections/CollectionListBar/CollectionCard.tsx +++ b/src/components/Collections/CollectionListBar/CollectionCard.tsx @@ -51,7 +51,7 @@ function CollectionCardIcon({ collectionType }) { {collectionType === CollectionSummaryType.favorites && } {collectionType === CollectionSummaryType.archived && ( - + )} {collectionType === CollectionSummaryType.shared && }