Skip to content

Commit

Permalink
Merge pull request #2 from pamelafox/testeval
Browse files Browse the repository at this point in the history
Fix citation, remove tests
  • Loading branch information
pamelafox authored Oct 24, 2024
2 parents 20fca95 + dd7bff2 commit 45ebddc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 140 deletions.
139 changes: 0 additions & 139 deletions .github/workflows/app-tests.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion src/frontend/src/components/Answer/Answer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const Answer = ({
if (!citation) return null;
return (
<li key={rowId}>
<h4>{citation.name}</h4>
<h4>{citation.title}</h4>
<p className={styles.referenceMetadata}>Day: {citation.day}</p>
<p>{citation.description}</p>
</li>
Expand Down

0 comments on commit 45ebddc

Please sign in to comment.