We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c769c9 commit d7151f2Copy full SHA for d7151f2
packages/web/src/features/chat/components/chatBox/contextSelector.tsx
@@ -242,7 +242,7 @@ export const ContextSelector = React.forwardRef<
242
<span className="font-medium">
243
{item.name}
244
</span>
245
- {item.type === 'context' && item.repoCount && (
+ {item.type === 'context' && (
246
<Badge
247
variant="default"
248
className="text-[10px] px-1.5 py-0 h-4 bg-primary text-primary-foreground"
0 commit comments