Skip to content

Commit

Permalink
Merge pull request #854 from AI4Bharat/compare-edits
Browse files Browse the repository at this point in the history
Compare edits
  • Loading branch information
aparna-aa authored Dec 12, 2024
2 parents d8d5fc9 + 965b453 commit 6982324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/CompareEdits.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const CompareEdits = ({
data.transcripts.forEach((transcript) => {
if (transcript.status === "TRANSCRIPTION_EDIT_COMPLETE") {
editComplete.push(
...transcript.data.payload.map((item) => item.text)
...transcript.data.payload.map((item) => item.verbatim_text)
);
} else if (transcript.status === "TRANSCRIPTION_SELECT_SOURCE") {
selectSource.push(
Expand Down

0 comments on commit 6982324

Please sign in to comment.