Skip to content

Commit

Permalink
feat: add bot token usage analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Dec 25, 2024
1 parent 4bc4d9e commit a8c1e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/app/admin/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export default function AdminPage() {
<div className="text-gray-400">
{topUsers.map(record => {
return <Progress
key={record.user_name}
className="max-w-md"
color="primary"
formatOptions={{ style: "decimal"}}
Expand Down

0 comments on commit a8c1e13

Please sign in to comment.