mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Optional highlights
This commit is contained in:
parent
36e48fdd2e
commit
7e9b86046e
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ export default function Debug(): JSX.Element {
|
|||
})
|
||||
})
|
||||
|
||||
article.highlights.forEach((highlight, idx) => {
|
||||
article.highlights?.forEach((highlight, idx) => {
|
||||
result.push({ name: `highlight[${idx}].id`, value: highlight.id })
|
||||
result.push({ name: `highlight[${idx}].type`, value: highlight.type })
|
||||
result.push({
|
||||
|
|
|
|||
Loading…
Reference in a new issue