fix(crons): Don't show processing errors when none exist (#71566)
My bad on this one, the api will always return atleast an `[]`, so we
need to verify that there are items inside the array before showing here
fixes: https://github.com/getsentry/sentry/issues/71499