diff --git a/webview-ui/src/components/chat/ContextCondenseRow.tsx b/webview-ui/src/components/chat/ContextCondenseRow.tsx
index a03dbe811e..6f7718786c 100644
--- a/webview-ui/src/components/chat/ContextCondenseRow.tsx
+++ b/webview-ui/src/components/chat/ContextCondenseRow.tsx
@@ -20,17 +20,15 @@ const ContextCondenseRow = ({ cost, prevContextTokens, newContextTokens, summary
{prevContextTokens.toLocaleString()} → {newContextTokens.toLocaleString()} {t("tokens")}
-