We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc666a1 commit 3cd9562Copy full SHA for 3cd9562
webview-ui/src/components/chat/CustomInstructionsMenu.tsx
@@ -27,7 +27,7 @@ const CustomInstructionsMenu = ({
27
} = useExtensionState();
28
29
const isAllInstructionsEnabled = () => {
30
- if (fileInstructions && fileInstructions && fileInstructions.length > 0 && customInstructions) {
+ if (fileInstructions && fileInstructions.length > 0 && customInstructions) {
31
return (
32
fileInstructions.every((i) => i.enabled === true) &&
33
isCustomInstructionsEnabled
0 commit comments