Skip to content

Commit

Permalink
Updated news
Browse files Browse the repository at this point in the history
  • Loading branch information
jfkonecn committed Sep 19, 2024
1 parent 2f155f0 commit c1b9b95
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/main/webapp/app/pages/newsPage/NewsPageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,16 @@ export const NEWS_BY_DATE: { [date: string]: NewsData } = {
],
},
],
newlyAddedGenes: ['ABCB1', 'ACVR2A', 'ADGRA2', 'BCL2L2', 'ELL2', 'XPA'],
newlyAddedGenes: [
'ABCB1',
'ACVR2A',
'ADGRA2',
'BCL2L2',
'ELL2',
'XPA',
'FANCI',
'USP1',
],
},
'08152024': {
changedAnnotations: [
Expand Down

0 comments on commit c1b9b95

Please sign in to comment.