diff --git a/client/src/pages/admin-brokers.tsx b/client/src/pages/admin-brokers.tsx index 9f196e1..a763ecb 100644 --- a/client/src/pages/admin-brokers.tsx +++ b/client/src/pages/admin-brokers.tsx @@ -192,7 +192,7 @@ export default function AdminBrokers() { {token.name} {token.isRevoked - ? Revoked + ? Revoked : Active} {fmt(token.lastUsedAt)} diff --git a/client/src/pages/console-eval-agents.tsx b/client/src/pages/console-eval-agents.tsx index 111f3da..82945c0 100644 --- a/client/src/pages/console-eval-agents.tsx +++ b/client/src/pages/console-eval-agents.tsx @@ -516,7 +516,7 @@ export default function ConsoleEvalAgents() { {token.isRevoked ? ( Revoked ) : ( - Active + Active )}