Skip to content

Commit

Permalink
results view page - fix bug where header reloads when tab changes
Browse files Browse the repository at this point in the history
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
  • Loading branch information
Abeshouse, Adam A./Sloan Kettering Institute committed Nov 11, 2019
1 parent 584bf2e commit 7bfd65a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/resultsView/ResultsViewPageStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ export class ResultsViewPageStore {
} as Partial<CancerStudyQueryUrlParams>);
}

@computed
public get excludeGermlineMutations() {
return (
(this.routing.location.query as CancerStudyQueryUrlParams)
Expand Down

0 comments on commit 7bfd65a

Please sign in to comment.