diff --git a/src/components/SnapshotImageThumb.tsx b/src/components/SnapshotImageThumb.tsx index 379a217a..9f31e3b8 100644 --- a/src/components/SnapshotImageThumb.tsx +++ b/src/components/SnapshotImageThumb.tsx @@ -44,11 +44,10 @@ export const SnapshotImageThumb = ({ backgroundColor, status, thumbnailUrl, - ...imgProps }: SnapshotImageThumbProps & React.ImgHTMLAttributes) => { return ( - Snapshot thumbnail + Snapshot thumbnail {status === "positive" && } );