Skip to content

Commit ca5648b

Browse files
committed
fix: suggestions
1 parent 560d768 commit ca5648b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

webview-ui/src/components/chat/ChatRow.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -411,14 +411,9 @@ export const ChatRowContent = ({
411411
<div style={headerStyle}>
412412
{toolIcon("files")}
413413
<span style={{ fontWeight: "bold" }}>
414-
{t("chat:fileOperations.wantsToReadMultiple", "Roo wants to read multiple files:")}
414+
{t("chat:fileOperations.wantsToReadMultiple")}
415415
</span>
416416
</div>
417-
{/* <div style={{ paddingTop: 10, paddingBottom: 15 }}>
418-
<Markdown
419-
markdown={tool.question || "Please approve or deny access to the following files:"}
420-
/>
421-
</div> */}
422417
<BatchFilePermission
423418
files={tool.batchFiles || []}
424419
onPermissionResponse={(response) => {

0 commit comments

Comments
 (0)