From 97f477e4dd64165738a6beab74edf09ef355a55a Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 3 Jul 2023 19:34:33 -0700 Subject: fix python version on windows, other bugs, jest --- extension/react-app/src/components/ComboBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extension/react-app/src/components/ComboBox.tsx') diff --git a/extension/react-app/src/components/ComboBox.tsx b/extension/react-app/src/components/ComboBox.tsx index f299c3a2..d9cd0d3d 100644 --- a/extension/react-app/src/components/ComboBox.tsx +++ b/extension/react-app/src/components/ComboBox.tsx @@ -269,7 +269,7 @@ const ComboBox = React.forwardRef((props: ComboBoxProps, ref) => { Highlight code to include as context.{" "} - {highlightedCodeSections.length > 0 && + {highlightedCodeSections.length === 0 && "Otherwise using entire currently open file."} -- cgit v1.2.3-70-g09d2