pull/36/head
lyc8503 2024-05-12 01:57:40 +08:00
commit 2670758f7a
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
})