Skip to content

Commit

Permalink
revert PR cBioPortal#3036
Browse files Browse the repository at this point in the history
Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
  • Loading branch information
onursumer committed Feb 10, 2020
1 parent 97f5e56 commit 2a19bff
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/pages/patientView/PatientViewPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -883,9 +883,10 @@ export default class PatientViewPage extends React.Component<
this.patientViewPageStore
.sampleToMutationGenePanelId
.isComplete &&
this.patientViewPageStore
.genePanelIdToEntrezGeneIds
.isComplete &&
// TODO re-enable after fixing PatientViewPageStore issues
// this.patientViewPageStore
// .genePanelIdToEntrezGeneIds
// .isComplete &&
!!sampleManager && (
<div data-test="patientview-mutation-table">
<PatientViewMutationTable
Expand Down Expand Up @@ -1101,9 +1102,10 @@ export default class PatientViewPage extends React.Component<

{this.patientViewPageStore.studyIdToStudy
.isComplete &&
this.patientViewPageStore
.genePanelIdToEntrezGeneIds
.isComplete &&
// TODO re-enable after fixing PatientViewPageStore issues
// this.patientViewPageStore
// .genePanelIdToEntrezGeneIds
// .isComplete &&
this.patientViewPageStore.referenceGenes
.isComplete && (
<div data-test="patientview-copynumber-table">
Expand Down

0 comments on commit 2a19bff

Please sign in to comment.