- {status.all === 'OK' ? (
-
navigate(ROUTES.DOWNLOAD) }}
- icon={}
- title="Your node is connected."
- subtitle="You are connected to Swarm."
- status="ok"
- />
- ) : (
- navigate(ROUTES.STATUS) }}
- icon={}
- title="Your node is not connected…"
- subtitle="You are not connected to Swarm."
- status="error"
- />
- )}
+
{nodeInfo?.beeMode && ['light', 'full', 'dev'].includes(nodeInfo.beeMode) ? (