diff --git a/src/healthchecksio.tsx b/src/healthchecksio.tsx index a548ba6..0e365f1 100644 --- a/src/healthchecksio.tsx +++ b/src/healthchecksio.tsx @@ -83,10 +83,12 @@ export function HealthchecksioStatus({ showInternal, initialGroupKey = "" }: { s const checks = (processHCData(dataRaw) || []).filter(check => check.tags_dict.public !== 'False' || showInternal).sort((a, b) => a.name.localeCompare(b.name)); const groupedChecks = groupBy(checks, c => c.tags_dict[groupKey]); + const errorHelp = "Please see the console for more information."; + return (
Loading...
} - {error &&Error: {error.message}
} + {error &&Error: {error.message}. {errorHelp}
} {checks && checks.length > 0 && ( <>Loading...
} - {error &&Error: {error.message}
} + {error &&Error: {error.message}. {errorHelp}
} {monitors && monitors.length > 0 && ( <>