Update index.tsx
parent
b232414d22
commit
c4da5f6c15
|
|
@ -105,8 +105,10 @@ export async function getServerSideProps() {
|
||||||
return {
|
return {
|
||||||
id: monitor.id,
|
id: monitor.id,
|
||||||
name: monitor.name,
|
name: monitor.name,
|
||||||
tooltip: 'Default Tooltip Value', //monitor?.tooltip,
|
// @ts-ignore
|
||||||
statusPageLink: 'statusPageLink', //monitor?.statusPageLink
|
tooltip: monitor?.tooltip,
|
||||||
|
// @ts-ignore
|
||||||
|
statusPageLink: monitor?.statusPageLink
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue