From 0c25beb8d185ee5d49f5edf92169765a96f051e6 Mon Sep 17 00:00:00 2001 From: Joshua McMichael Date: Thu, 7 Dec 2023 13:58:03 -0600 Subject: [PATCH] added icon name case for ComplexMolecularProfileCreated event action --- client/src/app/core/pipes/icon-name-for-event-action-pipe.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/app/core/pipes/icon-name-for-event-action-pipe.ts b/client/src/app/core/pipes/icon-name-for-event-action-pipe.ts index c473ddab3..6c384e28b 100644 --- a/client/src/app/core/pipes/icon-name-for-event-action-pipe.ts +++ b/client/src/app/core/pipes/icon-name-for-event-action-pipe.ts @@ -50,7 +50,9 @@ export class IconNameForEventActionPipe implements PipeTransform { return 'civic-variant' case EventAction.DeprecatedMolecularProfile: return 'civic-molecularprofile' - case (EventAction.VariantCreated): + case EventAction.ComplexMolecularProfileCreated: + return 'civic-molecularprofile' + case EventAction.VariantCreated: return 'civic-variant' default: return a