Skip to content

Commit

Permalink
Merge pull request #481 from VEuPathDB/lopitTryp
Browse files Browse the repository at this point in the history
show LOPITtryp table on gene pages -refs #49617
  • Loading branch information
bgajria authored Sep 7, 2023
2 parents ad94788 + 1abe81c commit c29954d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ export function RecordTable(props) {
<props.DefaultComponent {...props} childRow={ExpressionChildRow} />
);

case 'LOPITtryp':
case 'GOTerms':
return <SortKeyTable {...props} />;

Expand Down

0 comments on commit c29954d

Please sign in to comment.