Skip to content

Commit

Permalink
fix(mentions): Add text to correction about type change
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Feb 7, 2025
1 parent 0c92554 commit 3f543e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/utils/curations.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const getMentionsCorrections = (mentions) => mentions
corrections.push({
id: mention.id,
doi: mention.doi,
text: mention.context,
type: mention.type,
previousType: mention.type_original,
});
Expand Down

0 comments on commit 3f543e5

Please sign in to comment.