diff --git a/src/components/Universe/Graph/index.tsx b/src/components/Universe/Graph/index.tsx index fcf6e3eb2..7a37e9354 100644 --- a/src/components/Universe/Graph/index.tsx +++ b/src/components/Universe/Graph/index.tsx @@ -10,7 +10,6 @@ import { Connections } from './Connections' import { Cubes } from './Cubes' import { Earth } from './Earth' import { LoadingNodes } from './LoadingNodes' -import { Particles } from './Particles/index' import { NodeDetailsPanel } from './UI' export type LinkPosition = { @@ -187,7 +186,6 @@ export const Graph = () => { {graphStyle === 'earth' && } - {(isLoadingNew || isFetching) && }