diff --git a/interface/src/components/TopologyGraph.tsx b/interface/src/components/TopologyGraph.tsx index c04e0f5e8..6b9961b22 100644 --- a/interface/src/components/TopologyGraph.tsx +++ b/interface/src/components/TopologyGraph.tsx @@ -1707,7 +1707,6 @@ function buildGraph( bio: profile?.bio ?? null, gradientStart: agentInfoMap.get(agentId)?.gradient_start ?? null, gradientEnd: agentInfoMap.get(agentId)?.gradient_end ?? null, - avatarUrl: api.agentAvatarUrl(agentId), isOnline, channelCount: summary?.channel_count ?? 0, memoryCount: summary?.memory_total ?? 0, @@ -1755,7 +1754,6 @@ function buildGraph( bio: profile?.bio ?? null, gradientStart: agentInfoMap.get(agent.id)?.gradient_start ?? null, gradientEnd: agentInfoMap.get(agent.id)?.gradient_end ?? null, - avatarUrl: api.agentAvatarUrl(agent.id), isOnline, channelCount: summary?.channel_count ?? 0, memoryCount: summary?.memory_total ?? 0, diff --git a/interface/src/routes/AgentDetail.tsx b/interface/src/routes/AgentDetail.tsx index de31af6ff..7e2f732ec 100644 --- a/interface/src/routes/AgentDetail.tsx +++ b/interface/src/routes/AgentDetail.tsx @@ -366,7 +366,7 @@ function MemoryGrowthChart({ data }: { data: { date: string; count: number }[] } return (
- + @@ -427,7 +427,7 @@ function ProcessActivityChart({ data }: { data: { date: string; branches: number return (
- + @@ -553,7 +553,7 @@ function MemoryDonut({ counts }: { counts: Record }) { return (
- +