Skip to content

Commit

Permalink
Add check to commands (#6811)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorfman committed Mar 13, 2024
1 parent 5da8d4e commit 8369c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Compare/constants.ts
Expand Up @@ -855,7 +855,7 @@ export const tabnineVsCody: CompareDataType = {
cody: true,
cody_details: '',
view_cody_details: false,
competitor: false,
competitor: true,
competitor_details: '',
view_competitor_details: false,
},
Expand Down

0 comments on commit 8369c33

Please sign in to comment.