Skip to content

Commit

Permalink
code updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Roopan-Microsoft committed Nov 21, 2024
1 parent e9a75d7 commit 9c76653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ClientAdvisor/App/frontend/src/components/Answer/Answer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ export const Answer = ({ answer, onCitationClicked }: Props) => {
} else {
citationFilename = `${citation.filepath} - Part ${part_i}`
}
} else if (citation.filepath && citation.reindex_id) {
citationFilename = `${citation.filepath} - Part ${citation.reindex_id}`
// } else if (citation.filepath && citation.reindex_id) {
// citationFilename = `${citation.filepath} - Part ${citation.reindex_id}`
} else {
citationFilename = `Citation ${index}`
}
Expand Down

0 comments on commit 9c76653

Please sign in to comment.