Fix linting
This commit is contained in:
parent
bfc28625aa
commit
1b939493d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue