diff --git a/pages/index.tsx b/pages/index.tsx index e58236d..297ca75 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -84,8 +84,8 @@ export async function getServerSideProps() { return { id: monitor.id, name: monitor.name, - tooltip: monitor.tooltip, - statusPageLink: monitor.statusPageLink + tooltip: monitor?.tooltip, + statusPageLink: monitor?.statusPageLink } })