From 1b939493d2a3310f5c3b8b5c3263abecdf3b9b2d Mon Sep 17 00:00:00 2001 From: yangdx Date: Sat, 5 Apr 2025 15:26:46 +0800 Subject: [PATCH] Fix linting --- lightrag_webui/src/hooks/useLightragGraph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag_webui/src/hooks/useLightragGraph.tsx b/lightrag_webui/src/hooks/useLightragGraph.tsx index 280d844d..39521fff 100644 --- a/lightrag_webui/src/hooks/useLightragGraph.tsx +++ b/lightrag_webui/src/hooks/useLightragGraph.tsx @@ -378,7 +378,7 @@ const useLightrangeGraph = () => { dataPromise.then((result) => { const state = useGraphStore.getState() const data = result?.rawGraph; - + // Assign colors based on entity_type *after* fetching if (data && data.nodes) { data.nodes.forEach(node => {