diff options
Diffstat (limited to 'components/Sidebar/Backlinks.tsx')
-rw-r--r-- | components/Sidebar/Backlinks.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/Sidebar/Backlinks.tsx b/components/Sidebar/Backlinks.tsx index e115225..892af8c 100644 --- a/components/Sidebar/Backlinks.tsx +++ b/components/Sidebar/Backlinks.tsx @@ -59,6 +59,7 @@ export const Backlinks = (props: BacklinksProps) => { return ( <Box overflow="hidden" py={1} borderRadius="sm" width="100%" key={link}> <PreviewLink + linksByNodeId={linksByNodeId} nodeByCite={nodeByCite} setSidebarHighlightedNode={setSidebarHighlightedNode} href={`id:${link as string}`} |