We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0783816 commit a9827e5Copy full SHA for a9827e5
1 file changed
frontend/src/components/Content.tsx
@@ -209,7 +209,6 @@ const Content: React.FC<ContentProps> = ({
209
communityRelCount: c.communityRelCount ?? 0,
210
nodesCount: c.nodeCount,
211
relationshipsCount: c.relationshipCount,
212
- token_usage: c.token_usage ?? 0,
213
};
214
}
215
return f;
@@ -478,7 +477,6 @@ const Content: React.FC<ContentProps> = ({
478
477
479
480
481
482
483
484
0 commit comments