We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ce9e7 commit d819ae5Copy full SHA for d819ae5
webview-ui/src/components/chat/CommandPatternSelector.tsx
@@ -81,7 +81,7 @@ export const CommandPatternSelector: React.FC<CommandPatternSelectorProps> = ({
81
82
{isExpanded && (
83
<div className="px-3 pb-3 space-y-2">
84
- {patterns.map((item, index) => {
+ {patterns.map((item) => {
85
const status = getPatternStatus(item.pattern)
86
return (
87
<div key={item.pattern} className="ml-5 flex items-center gap-2">
0 commit comments