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 e69ac0d commit b0e4515Copy full SHA for b0e4515
packages/web/src/features/chat/components/chatThread/detailsCard.tsx
@@ -65,7 +65,7 @@ export const DetailsCard = ({
65
{!isStreaming && (
66
<>
67
<Separator orientation="vertical" className="h-4" />
68
- {metadata?.selectedSearchScopes && (
+ {(metadata?.selectedSearchScopes && metadata.selectedSearchScopes.length > 0) && (
69
<Tooltip>
70
<TooltipTrigger asChild>
71
<div className="flex items-center text-xs cursor-help">
0 commit comments