Fix linting
This commit is contained in:
@@ -378,7 +378,7 @@ const useLightrangeGraph = () => {
|
|||||||
dataPromise.then((result) => {
|
dataPromise.then((result) => {
|
||||||
const state = useGraphStore.getState()
|
const state = useGraphStore.getState()
|
||||||
const data = result?.rawGraph;
|
const data = result?.rawGraph;
|
||||||
|
|
||||||
// Assign colors based on entity_type *after* fetching
|
// Assign colors based on entity_type *after* fetching
|
||||||
if (data && data.nodes) {
|
if (data && data.nodes) {
|
||||||
data.nodes.forEach(node => {
|
data.nodes.forEach(node => {
|
||||||
|
Reference in New Issue
Block a user