From 655f48d74bae34dccb5b67ce7d6f7d6e0ef55ca4 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 28 Jul 2026 22:08:38 +0000 Subject: [PATCH] style(ui): format CacheLeakageCard tabs to satisfy prettier PR #34885 removed the className prop from the element without reformatting, so the remaining opening tag fits on a single line and prettier now flags the file. Collapse it back to one line so the UI Lint / frontend-lint check on litellm_internal_staging goes green again. Co-authored-by: Krrish Dholakia --- .../cost-optimization/_components/CacheLeakageCard.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ui/litellm-dashboard/src/app/(dashboard)/cost-optimization/_components/CacheLeakageCard.tsx b/ui/litellm-dashboard/src/app/(dashboard)/cost-optimization/_components/CacheLeakageCard.tsx index bb2cb865877..3bc5443b2ea 100644 --- a/ui/litellm-dashboard/src/app/(dashboard)/cost-optimization/_components/CacheLeakageCard.tsx +++ b/ui/litellm-dashboard/src/app/(dashboard)/cost-optimization/_components/CacheLeakageCard.tsx @@ -114,10 +114,7 @@ const CacheLeakageCard: React.FC = ({ activity }) => { - setDimension(value === "model" ? "model" : "key")} - > + setDimension(value === "model" ? "model" : "key")}> By virtual key By model