diff --git a/frontend/src/components/notifications/ProcessingImage.tsx b/frontend/src/components/notifications/ProcessingImage.tsx index 6e28daa..2249f76 100644 --- a/frontend/src/components/notifications/ProcessingImage.tsx +++ b/frontend/src/components/notifications/ProcessingImage.tsx @@ -12,11 +12,12 @@ export const ProcessingImages: Component = () => { return ( - + 0}>

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