Skip to content

Commit

Permalink
Remove enclosed curly braces from Name attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jwamalwa committed Sep 21, 2023
1 parent e4eab9b commit fe42776
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const OverflowMenuComponent: React.FC<OverflowMenuCellProps> = ({
ariaLabel={`Remove patient from the ${cohortName} list`}
size={desktopLayout ? 'sm' : 'lg'}
flipped>
<ExtensionSlot name={'cohort-member-action-items'} />
<ExtensionSlot name="cohort-member-action-items" />
<OverflowMenuItem
size={desktopLayout ? 'sm' : 'lg'}
className={overflowMenuStyles.menuItem}
Expand Down

0 comments on commit fe42776

Please sign in to comment.