Skip to content

Commit 63ce9e7

Browse files
daniel-lxsCopilot
andauthored
Update webview-ui/src/components/chat/CommandPatternSelector.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 9481c95 commit 63ce9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const CommandPatternSelector: React.FC<CommandPatternSelectorProps> = ({
8484
{patterns.map((item, index) => {
8585
const status = getPatternStatus(item.pattern)
8686
return (
87-
<div key={`${item.pattern}-${index}`} className="ml-5 flex items-center gap-2">
87+
<div key={item.pattern} className="ml-5 flex items-center gap-2">
8888
<div className="flex-1">
8989
<span className="font-mono text-xs text-vscode-foreground">{item.pattern}</span>
9090
{item.description && (

0 commit comments

Comments
 (0)