diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx
index f1dfd9115b..26bc71074a 100644
--- a/webview-ui/src/components/chat/ChatRow.tsx
+++ b/webview-ui/src/components/chat/ChatRow.tsx
@@ -290,9 +290,9 @@ export const ChatRowContent = ({
)
) : cost !== null && cost !== undefined ? (
isExpanded ? (
-
+
) : (
-
+
)
) : apiRequestFailedMessage ? (
getIconSpan("error", errorColor)
@@ -319,7 +319,7 @@ export const ChatRowContent = ({
]
case "followup":
return [
- ,
+ ,
{t("chat:questions.hasQuestion")},
]
default:
@@ -372,7 +372,7 @@ export const ChatRowContent = ({
return (
<>
-
+
{t("chat:fileOperations.wantsToApplyBatchChanges")}
@@ -561,7 +561,7 @@ export const ChatRowContent = ({
return (
<>
-
+
{t("chat:fileOperations.wantsToReadMultiple")}
@@ -581,7 +581,7 @@ export const ChatRowContent = ({
return (
<>
-
+
{message.type === "ask"
? tool.isOutsideWorkspace
@@ -606,7 +606,7 @@ export const ChatRowContent = ({
@@ -636,7 +636,7 @@ export const ChatRowContent = ({
return (
<>
-
+
{message.type === "ask"
? tool.isOutsideWorkspace
@@ -662,7 +662,7 @@ export const ChatRowContent = ({
return (
<>
-
+
{message.type === "ask"
? tool.isOutsideWorkspace
@@ -754,7 +754,7 @@ export const ChatRowContent = ({
return (
<>
-
+
{message.type === "ask" ? (
<>
@@ -1120,7 +1120,7 @@ export const ChatRowContent = ({
return (
-
+
{t("chat:text.rooSaid")}
@@ -1139,7 +1139,7 @@ export const ChatRowContent = ({
return (
-
+
{t("chat:feedback.youSaid")}
-
+
-
+