Skip to content

Commit 45ebddc

Browse files
authored
Merge pull request pamelafox#2 from pamelafox/testeval
Fix citation, remove tests
2 parents 20fca95 + dd7bff2 commit 45ebddc

File tree

2 files changed

+1
-140
lines changed

2 files changed

+1
-140
lines changed

.github/workflows/app-tests.yaml

Lines changed: 0 additions & 139 deletions
This file was deleted.

src/frontend/src/components/Answer/Answer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const Answer = ({
6767
if (!citation) return null;
6868
return (
6969
<li key={rowId}>
70-
<h4>{citation.name}</h4>
70+
<h4>{citation.title}</h4>
7171
<p className={styles.referenceMetadata}>Day: {citation.day}</p>
7272
<p>{citation.description}</p>
7373
</li>

0 commit comments

Comments
 (0)