iamge path
This commit is contained in:
@@ -97,8 +97,8 @@ export default function ContentImageCell({ image, maxPromptLength = 100 }: Conte
|
||||
|
||||
{image.status === 'generated' && (
|
||||
<div className="space-y-1">
|
||||
{/* Show local image if available, otherwise show original URL */}
|
||||
{image.image_path ? (
|
||||
{/* Always show image from image_path if available, otherwise from image_url */}
|
||||
{image.image_path && image.image_path.trim() ? (
|
||||
<>
|
||||
<img
|
||||
src={getLocalImageUrl(image.image_path)}
|
||||
|
||||
Reference in New Issue
Block a user