Skip to content

Commit

Permalink
Fixing a typo. Addresses Issue #1422
Browse files Browse the repository at this point in the history
  • Loading branch information
melissacline committed Jul 14, 2022
1 parent b2f2641 commit da648ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export default class ComputationalPredictionTile extends React.Component {
return (
<CollapsibleTile allEmpty={allEmpty} {...this.props}>
<div className="tile-disclaimer">
This tile displays computational predictions and other annotations relevant for assigning ACMG/AMP bioinformatic codes. Additional computational predictions are available via the <em>in Silico</em> Prior Predictions tile. Variants that are outside of the potentially clincially-important functional domains are noted as Outside Domain.
This tile displays computational predictions and other annotations relevant for assigning ACMG/AMP bioinformatic codes. Additional computational predictions are available via the <em>in Silico</em> Prior Predictions tile. Variants that are outside of the potentially clinically-important functional domains are noted as Outside Domain.
</div>
{filteredSections}
</CollapsibleTile>
Expand Down

0 comments on commit da648ab

Please sign in to comment.