From 5277218f0144afa0b970eff0c6104e4e598eb4fa Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 8 Mar 2026 19:29:14 +0000
Subject: [PATCH] style: auto format
---
lib/routes/pornhub/utils.tsx | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
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) => {