diff --git a/src/components/Stats/index.tsx b/src/components/Stats/index.tsx index 3cf9230fa..53f680b59 100644 --- a/src/components/Stats/index.tsx +++ b/src/components/Stats/index.tsx @@ -33,8 +33,8 @@ export const StatsConfig: StatConfigItem[] = [ { name: 'Nodes', icon: , - key: 'numNodes', - dataKey: 'num_nodes', + key: 'nodeCount', + dataKey: 'node_count', mediaType: '', tooltip: 'All Nodes', }, diff --git a/src/types/index.ts b/src/types/index.ts index 7c27bee37..d72088404 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -263,7 +263,7 @@ export type TStats = { numContributors?: string numDaily?: string numEpisodes?: string - numNodes?: string + nodeCount?: string numTwitterSpace?: string numVideo?: string numDocuments?: string