diff --git a/pages/index.tsx b/pages/index.tsx index d873ffb..87a1d40 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -103,8 +103,8 @@ export async function getServerSideProps() { return { id: monitor.id, name: monitor.name, - tooltip: monitor.tooltip, - statusPageLink: monitor.statusPageLink + tooltip: monitor?.tooltip, + statusPageLink: monitor?.statusPageLink } })