Skip to content

Commit

Permalink
[MOL-16700][AM] remove unnecessary container wrapper added in the dro…
Browse files Browse the repository at this point in the history
…pdown
  • Loading branch information
Anu Mutyala committed Nov 7, 2024
1 parent 8d242bb commit 922306f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/local-nav/local-nav-dropdown/local-nav-dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,7 @@ export const LocalNavDropdown = React.forwardRef<
const navTestId = testId || "local-nav-dropdown";

return (
<div
id={`${navTestId}-container`}
data-testid={`${navTestId}-container`}
className={`${navTestId}-container`}
>
<>
<span
ref={detectStickyRef}
id={id || "sticky-ref"}
Expand Down Expand Up @@ -199,7 +195,7 @@ export const LocalNavDropdown = React.forwardRef<
<Backdrop onClick={handleDismissBackdrop} />
)}
</NavWrapper>
</div>
</>
);
}
);

0 comments on commit 922306f

Please sign in to comment.