diff options
Diffstat (limited to 'extension/react-app/src/components')
| -rw-r--r-- | extension/react-app/src/components/ComboBox.tsx | 2 | 
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>  | 
