Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 25, 2024
1 parent 3340f22 commit d409e64
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ee/tabby-ui/components/chat/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,7 @@ function ChatRenderer(
selectContext: userMessage.selectContext,
// For forward compatibility
activeContext:
enableActiveSelection && activeSelection
? activeSelection
: undefined
enableActiveSelection && activeSelection ? activeSelection : undefined
}

const nextQaPairs = [
Expand Down

0 comments on commit d409e64

Please sign in to comment.