Skip to content

Commit

Permalink
Group comparison: update group exclusion message
Browse files Browse the repository at this point in the history
  • Loading branch information
kalletlak committed Apr 14, 2021
1 parent 0b206b1 commit 31c3027
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/groupComparison/ClinicalData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,10 @@ export default class ClinicalData extends React.Component<
content.push(
<div className={'tabMessageContainer'}>
{getStatisticalCautionInfo()}
<OverlapExclusionIndicator store={this.props.store} />
<OverlapExclusionIndicator
store={this.props.store}
overlapTabMode={true}
/>
</div>
);
content.push(this.overlapUI.component);
Expand Down
1 change: 1 addition & 0 deletions src/pages/groupComparison/GroupComparisonUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ export function MakeEnrichmentsTabUI(
? 'patient'
: 'sample'
}
overlapTabMode={true}
/>
</div>
);
Expand Down

0 comments on commit 31c3027

Please sign in to comment.