diff --git a/apps/mobile/src/modules/entry-list/templates/EntryNormalItem.tsx b/apps/mobile/src/modules/entry-list/templates/EntryNormalItem.tsx index 7a0b1004d..5b3725897 100644 --- a/apps/mobile/src/modules/entry-list/templates/EntryNormalItem.tsx +++ b/apps/mobile/src/modules/entry-list/templates/EntryNormalItem.tsx @@ -236,6 +236,7 @@ const ThumbnailImage = ({ className={cn("relative ml-4 flex h-full w-24 justify-center overflow-hidden rounded-lg")} > {image && + !imageError && (isSquare ? ( ) : (