Merge branch 'main' of https://github.com/lyc8503/UptimeFlare
commit
2670758f7a
|
|
@ -103,8 +103,8 @@ export async function getServerSideProps() {
|
||||||
return {
|
return {
|
||||||
id: monitor.id,
|
id: monitor.id,
|
||||||
name: monitor.name,
|
name: monitor.name,
|
||||||
tooltip: monitor.tooltip,
|
tooltip: monitor?.tooltip,
|
||||||
statusPageLink: monitor.statusPageLink
|
statusPageLink: monitor?.statusPageLink
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue