Skip to content

Commit

Permalink
add code back in that was lost in the merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup committed Jun 9, 2023
1 parent ac47921 commit 703fee9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/UnderlineNav/UnderlineNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export const UnderlineNav = forwardRef(
variant = 'default',
loadingCounters = false,
children,
...props
}: UnderlineNavProps,
forwardedRef,
) => {
Expand Down Expand Up @@ -385,6 +386,7 @@ export const UnderlineNav = forwardRef(
closeOverlay()
focusOnMoreMenuBtn()
}}
{...props}
>
<Box as="span" sx={{display: 'flex', alignItems: 'center', justifyContent: 'space-between'}}>
{actionElementChildren}
Expand Down

0 comments on commit 703fee9

Please sign in to comment.