diff --git a/frontend/src/notifications/ProcessingImages.tsx b/frontend/src/notifications/ProcessingImages.tsx index 6f90bc8..8bf5cbf 100644 --- a/frontend/src/notifications/ProcessingImages.tsx +++ b/frontend/src/notifications/ProcessingImages.tsx @@ -74,29 +74,32 @@ export const ProcessingImages: Component = () => { - - - {([id, _image]) => ( - - {(image) => ( - - - - {image().ImageName} + + + + {([id, _image]) => ( + + {(image) => ( + + + + {image().ImageName} + + - - - - - )} - - )} - - + )} + + )} + + + ); };
{image().ImageName}