Skip to content

Commit

Permalink
added icon name case for ComplexMolecularProfileCreated event action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcmichael committed Dec 7, 2023
1 parent 1b5960e commit 0c25beb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/app/core/pipes/icon-name-for-event-action-pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c25beb

Please sign in to comment.