summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index ab4a96d..e53ba03 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -1219,6 +1219,7 @@ export const Graph = function (props: GraphProps) {
},
nodeCanvasObject: (node, ctx, globalScale) => {
drawLabels({
+ filteredLinksByNodeId: filteredLinksByNodeIdRef.current,
...{
node,
ctx,