We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3735e42 commit 1fc2e5aCopy full SHA for 1fc2e5a
src/answerQuestion.tsx
@@ -89,7 +89,7 @@ export function AskDustQuestion({ question, agent = DUST_AGENT }: { question: st
89
<Action.CopyToClipboard content={dustAnswer} shortcut={{ modifiers: ["cmd"], key: "." }} />
90
</>
91
)}
92
- {dustDocuments && (
+ {dustDocuments && dustDocuments.length > 0 && (
93
<Action.Push
94
title="Source Urls"
95
icon={Icon.BulletPoints}
0 commit comments