mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Suggestions shouldn't be interactive (#197)
This commit is contained in:
parent
555b381b22
commit
0cbd4caec2
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ export const Messages = ({
|
|||
{questionData.suggestions.map((suggestion, index) => (
|
||||
<div
|
||||
key={index}
|
||||
className="px-4 py-3 bg-background border border-border rounded-md text-sm hover:bg-muted/50 cursor-pointer transition-colors"
|
||||
className="px-4 py-3 bg-background border border-border rounded-md text-sm"
|
||||
>
|
||||
{typeof suggestion === 'string'
|
||||
? suggestion
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue