Merge branch 'main' of https://github.com/lyc8503/UptimeFlare
commit
2670758f7a
|
|
@ -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
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue