Skip to content

Commit d7151f2

Browse files
committed
fix minor ui nit
1 parent 1c769c9 commit d7151f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/features/chat/components/chatBox/contextSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export const ContextSelector = React.forwardRef<
242242
<span className="font-medium">
243243
{item.name}
244244
</span>
245-
{item.type === 'context' && item.repoCount && (
245+
{item.type === 'context' && (
246246
<Badge
247247
variant="default"
248248
className="text-[10px] px-1.5 py-0 h-4 bg-primary text-primary-foreground"

0 commit comments

Comments
 (0)