Skip to content

Commit 0658e31

Browse files
authored
Merge pull request #5037 from leexgh/ma-v4-news
Add Mutation Assessor V4 available date on tooltip
2 parents f3e9177 + 8fa0ce3 commit 0658e31

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/react-variant-view/src/component/functionalPrediction/MutationAssessor.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ export default class MutationAssessor extends React.Component<
4646
).
4747
<br />
4848
<b>
49-
Mutation Assessor V4 data is now available in the portal!
49+
Mutation Assessor V4 data is available in the portal since
50+
Oct. 8, 2024.
5051
</b>{' '}
5152
New manuscript is in progress. Click{` `}
5253
<a href="http://mutationassessor.org/r3/" target="_blank">

src/shared/components/mutationTable/column/FunctionalImpactColumnFormatter.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@ class FunctionalImpactColumnTooltip extends React.Component<
318318
).
319319
<br />
320320
<b>
321-
Mutation Assessor V4 data is now available in the portal!
321+
Mutation Assessor V4 data is available in the portal since
322+
Oct. 8, 2024.
322323
</b>{' '}
323324
New manuscript is in progress. Click{` `}
324325
<a href="http://mutationassessor.org/r3/" target="_blank">

0 commit comments

Comments
 (0)