diff --git a/dashboard/src/index.md b/dashboard/src/index.md index e616994..1fcc05f 100644 --- a/dashboard/src/index.md +++ b/dashboard/src/index.md @@ -149,7 +149,7 @@ if (_h1) { _h1.style.position = "relative"; withDocHelp(_h1, "/docs/overview"); ``` ```js -if (summary.error) display(html`
⚠️ ${summary.error}
`); +display(html`
⚠️ ${summary.error ?? ''}
`); ``` ## Workstreams by Domain