diff --git a/src/components/TitleCard/index.tsx b/src/components/TitleCard/index.tsx
index 5bfb90e9e..037afbc85 100644
--- a/src/components/TitleCard/index.tsx
+++ b/src/components/TitleCard/index.tsx
@@ -373,11 +373,10 @@ const TitleCard = ({
: intl.formatMessage(globalMessages.tvshow)}
- {showDetail &&
- currentStatus !== MediaStatus.BLACKLISTED &&
- user?.userType !== UserType.PLEX && (
-
- {toggleWatchlist ? (
+ {showDetail && currentStatus !== MediaStatus.BLACKLISTED && (
+
+ {user?.userType !== UserType.PLEX &&
+ (toggleWatchlist ? (
+ ))}
+ {showHideButton &&
+ currentStatus !== MediaStatus.PROCESSING &&
+ currentStatus !== MediaStatus.AVAILABLE &&
+ currentStatus !== MediaStatus.PARTIALLY_AVAILABLE &&
+ currentStatus !== MediaStatus.PENDING && (
+
)}
- {showHideButton &&
- currentStatus !== MediaStatus.PROCESSING &&
- currentStatus !== MediaStatus.AVAILABLE &&
- currentStatus !== MediaStatus.PARTIALLY_AVAILABLE &&
- currentStatus !== MediaStatus.PENDING && (
-
- )}
-
- )}
+
+ )}
{showDetail &&
showHideButton &&
currentStatus == MediaStatus.BLACKLISTED && (