Skip to content

Commit

Permalink
Sample profile alerts should only consider active samples
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Nov 1, 2022
1 parent b66403c commit d0e5ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/SampleNotProfiledAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const SampleNotProfiledAlert: FunctionComponent<ISampleNotProfiledAlertProps> =
const messages = molecularProfiles.reduce(
(aggr: JSX.Element[], profile) => {
const { notProfiledIds } = getSamplesProfiledStatus(
sampleManager!.getSampleIdsInOrder(),
sampleManager!.getActiveSampleIdsInOrder(),
genePanelDataByMolecularProfileIdAndSampleId,
profile.molecularProfileId
);
Expand Down

0 comments on commit d0e5ce9

Please sign in to comment.