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 5ce7bc7 commit 340df86Copy full SHA for 340df86
src/frontend/src/components/Answer/Answer.tsx
@@ -67,7 +67,7 @@ export const Answer = ({
67
if (!citation) return null;
68
return (
69
<li key={rowId}>
70
- <h4>{citation.name}</h4>
+ <h4>{citation.title}</h4>
71
<p className={styles.referenceMetadata}>Day: {citation.day}</p>
72
<p>{citation.description}</p>
73
</li>
0 commit comments