Skip to content

Commit

Permalink
feat: remove particles
Browse files Browse the repository at this point in the history
  • Loading branch information
Rassl committed Dec 11, 2024
1 parent aa56a6f commit 2f46eae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Universe/Graph/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -187,7 +186,6 @@ export const Graph = () => {
<group ref={groupRef}>
<Cubes />
{graphStyle === 'earth' && <Earth />}
<Particles />

{(isLoadingNew || isFetching) && <LoadingNodes />}

Expand Down

0 comments on commit 2f46eae

Please sign in to comment.