diff --git a/src/frontend/src/components/images/ApiImage.tsx b/src/frontend/src/components/images/ApiImage.tsx index f8c26213fe..45ec40a832 100644 --- a/src/frontend/src/components/images/ApiImage.tsx +++ b/src/frontend/src/components/images/ApiImage.tsx @@ -25,12 +25,7 @@ export function ApiImage(props: ApiImageProps) { return ( {imageUrl ? ( - + ) : ( )} diff --git a/src/frontend/src/components/images/Thumbnail.tsx b/src/frontend/src/components/images/Thumbnail.tsx index 280632c543..2b63b0f16a 100644 --- a/src/frontend/src/components/images/Thumbnail.tsx +++ b/src/frontend/src/components/images/Thumbnail.tsx @@ -44,7 +44,6 @@ export function Thumbnail({ w={size} fit="contain" radius="xs" - //fallbackSrc="https://placehold.co/600x400?text=Placeholder" style={{ maxHeight: size }} /> {inner}