diff --git a/lib/routes/pornhub/utils.tsx b/lib/routes/pornhub/utils.tsx
index 9c5b6c6401..3dd28016ec 100644
--- a/lib/routes/pornhub/utils.tsx
+++ b/lib/routes/pornhub/utils.tsx
@@ -18,12 +18,7 @@ const renderDescription = (data, showImages = false): string =>
) : null}
- {showImages &&
- (data.thumbs ? (
- data.thumbs.map((thumb, index) =>
)
- ) : (
-
- ))}
+ {showImages && (data.thumbs ? data.thumbs.map((thumb, index) =>
) :
)}
>
);
const extractDateFromImageUrl = (imageUrl) => {