summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/ComboBox.tsx
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-03 19:34:33 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-03 19:34:33 -0700
commit97f477e4dd64165738a6beab74edf09ef355a55a (patch)
tree352ebe3e0bd37a53f54732184b507334f531430c /extension/react-app/src/components/ComboBox.tsx
parenta37550d5acc0c79efd18c80d9be3dcb3999dd4e9 (diff)
downloadsncontinue-97f477e4dd64165738a6beab74edf09ef355a55a.tar.gz
sncontinue-97f477e4dd64165738a6beab74edf09ef355a55a.tar.bz2
sncontinue-97f477e4dd64165738a6beab74edf09ef355a55a.zip
fix python version on windows, other bugs, jest
Diffstat (limited to 'extension/react-app/src/components/ComboBox.tsx')
-rw-r--r--extension/react-app/src/components/ComboBox.tsx2
1 files changed, 1 insertions, 1 deletions
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) => {
<span className="text-trueGray-400 ml-auto mr-4 text-xs">
Highlight code to include as context.{" "}
- {highlightedCodeSections.length > 0 &&
+ {highlightedCodeSections.length === 0 &&
"Otherwise using entire currently open file."}
</span>
</div>