From 2f46eae9e4f78d8054babd82ca543268671e35a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=B0=D1=81=D1=83=D0=BB?= Date: Wed, 11 Dec 2024 23:39:12 +0300 Subject: [PATCH] feat: remove particles --- src/components/Universe/Graph/index.tsx | 2 -- 1 file changed, 2 deletions(-) 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) && }