mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Update webview-ui/src/components/chat/CommandPatternSelector.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
9481c95bbe
commit
63ce9e7a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ export const CommandPatternSelector: React.FC<CommandPatternSelectorProps> = ({
|
|||
{patterns.map((item, index) => {
|
||||
const status = getPatternStatus(item.pattern)
|
||||
return (
|
||||
<div key={`${item.pattern}-${index}`} className="ml-5 flex items-center gap-2">
|
||||
<div key={item.pattern} className="ml-5 flex items-center gap-2">
|
||||
<div className="flex-1">
|
||||
<span className="font-mono text-xs text-vscode-foreground">{item.pattern}</span>
|
||||
{item.description && (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue