Skip to content

Commit

Permalink
Merge pull request #3036 from onursumer/patient-view-tumor-col-fix
Browse files Browse the repository at this point in the history
Waiting for gene panel data to complete before rendering patient view tables
  • Loading branch information
alisman committed Feb 7, 2020
2 parents 1c50812 + 739a6bd commit 9260441
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/patientView/PatientViewPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,9 @@ export default class PatientViewPage extends React.Component<
this.patientViewPageStore
.sampleToMutationGenePanelId
.isComplete &&
this.patientViewPageStore
.genePanelIdToEntrezGeneIds
.isComplete &&
!!sampleManager && (
<div data-test="patientview-mutation-table">
<PatientViewMutationTable
Expand Down Expand Up @@ -1098,6 +1101,9 @@ export default class PatientViewPage extends React.Component<

{this.patientViewPageStore.studyIdToStudy
.isComplete &&
this.patientViewPageStore
.genePanelIdToEntrezGeneIds
.isComplete &&
this.patientViewPageStore.referenceGenes
.isComplete && (
<div data-test="patientview-copynumber-table">
Expand Down

0 comments on commit 9260441

Please sign in to comment.