Skip to content

Commit a9827e5

Browse files
removed token count 0
1 parent 0783816 commit a9827e5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

frontend/src/components/Content.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ const Content: React.FC<ContentProps> = ({
209209
communityRelCount: c.communityRelCount ?? 0,
210210
nodesCount: c.nodeCount,
211211
relationshipsCount: c.relationshipCount,
212-
token_usage: c.token_usage ?? 0,
213212
};
214213
}
215214
return f;
@@ -478,7 +477,6 @@ const Content: React.FC<ContentProps> = ({
478477
communityRelCount: c.communityRelCount ?? 0,
479478
nodesCount: c.nodeCount,
480479
relationshipsCount: c.relationshipCount,
481-
token_usage: c.token_usage ?? 0,
482480
};
483481
};
484482

0 commit comments

Comments
 (0)