Skip to content

Commit

Permalink
Merge pull request #234 from KPMP/KPMP-4606_SP_Links
Browse files Browse the repository at this point in the history
Kpmp 4606 sp links
  • Loading branch information
rlreamy authored Dec 8, 2023
2 parents b1c1d88 + 56e3ea7 commit 1584c5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/ReportCard/ReportCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ class ReportCard extends Component {
link += '/dataViz?dataType=sc';
} else if (row.key.includes('Single-nuc')) {
link += '/dataViz?dataType=sn';
} else if (row.key.includes('Regional')) {
} else if (row.key.includes('Regional transcriptomics')) {
link +='/regionalviz?dataType=rt';
} else if (row.key.includes('Regional proteomics')) {
link +='/regionalpro?dataType=rp';
}
}

Expand Down

0 comments on commit 1584c5c

Please sign in to comment.