diff --git a/src/components/TitleCard/index.tsx b/src/components/TitleCard/index.tsx index 53bc35d7d..7f428d04b 100644 --- a/src/components/TitleCard/index.tsx +++ b/src/components/TitleCard/index.tsx @@ -201,7 +201,13 @@ const TitleCard: React.FC = ({ }} >
-
+
{year &&
{year}
}

@@ -210,7 +216,11 @@ const TitleCard: React.FC = ({
= ({
- - - - - - - - {(!currentStatus || currentStatus === MediaStatus.UNKNOWN) && ( - )} - {currentStatus === MediaStatus.PENDING && ( - - )} - {currentStatus === MediaStatus.PROCESSING && ( - - )} - {(currentStatus === MediaStatus.AVAILABLE || - currentStatus === MediaStatus.PARTIALLY_AVAILABLE) && ( - )}