diff --git a/frontend/src/components/common/ContentImageCell.tsx b/frontend/src/components/common/ContentImageCell.tsx index fcc828ea..85027bcd 100644 --- a/frontend/src/components/common/ContentImageCell.tsx +++ b/frontend/src/components/common/ContentImageCell.tsx @@ -128,45 +128,12 @@ export default function ContentImageCell({ image, maxPromptLength = 100 }: Conte } }} /> - {/* Always show "View Original" button if image_url is available */} - {image.image_url && ( - - View Original - - )} > ) : (
No image available