diff --git a/webview-ui/src/components/chat/CommandPatternSelector.tsx b/webview-ui/src/components/chat/CommandPatternSelector.tsx index ac87b90cbc..c830ae5be8 100644 --- a/webview-ui/src/components/chat/CommandPatternSelector.tsx +++ b/webview-ui/src/components/chat/CommandPatternSelector.tsx @@ -84,7 +84,7 @@ export const CommandPatternSelector: React.FC = ({ {patterns.map((item, index) => { const status = getPatternStatus(item.pattern) return ( -
+
{item.pattern} {item.description && (