Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lilia1891 committed Oct 31, 2024
1 parent ac367f8 commit e2cd2ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/common/GlobalNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ function GlobalNav(props) {
</Nav>
<Nav navbar className="ms-md-5">
<PlanVersionSelector plan={plan} />

{externalItems.length > 0 &&
externalItems.map((item, index) => (
<NavItem key={`external${index}`}>
Expand Down

0 comments on commit e2cd2ec

Please sign in to comment.