Browse Source

Minor fix

Saoud Rizwan 1 year ago
parent
commit
f3d869e60e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      webview-ui/src/components/ChatRow.tsx

+ 1 - 0
webview-ui/src/components/ChatRow.tsx

@@ -361,6 +361,7 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
 										{apiRequestFailedMessage}
 										{apiRequestFailedMessage?.toLowerCase().includes("powershell") && (
 											<>
+												<br />
 												<br />
 												It seems like you're having Windows PowerShell issues, please see this{" "}
 												<a