Skip to content

Commit

Permalink
Merge pull request #1218 from hallieswan/AG-1182
Browse files Browse the repository at this point in the history
AG-1182: minor text adjustments for show/hide score columns in GCT
  • Loading branch information
JessterB authored Jul 7, 2023
2 parents ed006c0 + bf906a1 commit fbf1a98
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export class GeneComparisonToolComponent implements OnInit, AVI, OnDestroy {

scoresColumns: GCTColumn[] = [
{ field: 'RISK SCORE', header: 'AD Risk Score', selected: true, visible: true },
{ field: 'GENETIC', header: 'Genetic Score', selected: true, visible: true },
{ field: 'MULTI-OMIC', header: 'Genomic Score', selected: true, visible: true },
{ field: 'GENETIC', header: 'Genetic Risk Score', selected: true, visible: true },
{ field: 'MULTI-OMIC', header: 'Multi-omic Risk Score', selected: true, visible: true },
];

brainRegionsColumns: GCTColumn[] = [
Expand Down

0 comments on commit fbf1a98

Please sign in to comment.