(fix) ui - don't show litellm-admin-keys

This commit is contained in:
ishaan-jaff 2024-02-02 19:31:31 -08:00
parent 34a0e4d3e1
commit d19a9e833b

View file

@ -67,6 +67,10 @@ const ViewKeyTable: React.FC<ViewKeyTableProps> = ({
<TableBody>
{data.map((item) => {
console.log(item);
// skip item if item.team_id == "litellm-dashboard"
if (item.team_id === "litellm-dashboard") {
return null;
}
return (
<TableRow key={item.token}>
<TableCell>