diff --git a/src/web-check-live/components/misc/ProgressBar.tsx b/src/web-check-live/components/misc/ProgressBar.tsx index c29bb88..6b02027 100644 --- a/src/web-check-live/components/misc/ProgressBar.tsx +++ b/src/web-check-live/components/misc/ProgressBar.tsx @@ -455,7 +455,7 @@ const ProgressLoader = (props: { loadStatus: LoadingJob[], showModal: (err: Reac It's normal for some jobs to fail, either because the host doesn't return the required info, or restrictions in the lambda function, or hitting an API limit.
} -