From a409cfd75a77ebfa821dcc0b43feb8fffb2867c6 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 1 May 2024 15:55:00 +0200 Subject: [PATCH] remove placeholders --- src/frontend/src/components/images/ApiImage.tsx | 7 +------ src/frontend/src/components/images/Thumbnail.tsx | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) 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}