mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add missing attribute
This commit is contained in:
parent
95d453298c
commit
1acfb6dcc4
1 changed files with 1 additions and 0 deletions
|
|
@ -416,6 +416,7 @@ function HighlightList(props: HighlightListProps): JSX.Element {
|
|||
</HStack>
|
||||
<HStack css={{ width: '100%', height: '100%' }}>
|
||||
<Notebook
|
||||
sizeMode="normal"
|
||||
pageId={props.item.node.id}
|
||||
highlights={props.item.node.highlights ?? []}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue