diff --git a/frontend/src/notifications/ProcessingImages.tsx b/frontend/src/notifications/ProcessingImages.tsx index 8bf5cbf..b7400c8 100644 --- a/frontend/src/notifications/ProcessingImages.tsx +++ b/frontend/src/notifications/ProcessingImages.tsx @@ -56,50 +56,52 @@ export const ProcessingImages: Component = () => { Object.keys(notifications.state.ProcessingImages).length; return ( - - - 0} - fallback={

No images to process

} - > -

- Processing {processingNumber()}{" "} - {processingNumber() === 1 ? "image" : "images"} -

-
- } - > - - -
- - - - {([id, _image]) => ( - - {(image) => ( -
- processing -
-

{image().ImageName}

+ 0}> + + + 0} + fallback={

No images to process

} + > +

+ Processing {processingNumber()}{" "} + {processingNumber() === 1 ? "image" : "images"} +

+
+ } + > + + +
+ + + + {([id, _image]) => ( + + {(image) => ( +
+ processing +
+

{image().ImageName}

+
+
- -
- )} - - )} - - - - + )} + + )} + + + + + ); };