Add missing attribute

This commit is contained in:
Jackson Harper
2023-03-31 09:57:41 +08:00
parent 95d453298c
commit 1acfb6dcc4

View File

@ -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 ?? []}
/>