Skip to content

Commit

Permalink
fix(core): 🚑 fix menulinks visibility (#16849)
Browse files Browse the repository at this point in the history
  • Loading branch information
heorhi-deriv authored and likhith-deriv committed Sep 16, 2024
1 parent 099d968 commit cc46d20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ const MenuLeft = observer(() => {
{header_extension && is_logged_in && (
<div className='header__menu-left-extensions'>{header_extension}</div>
)}
<MenuLinks />
</React.Fragment>
)}
<MenuLinks />
</div>
);
});
Expand Down

0 comments on commit cc46d20

Please sign in to comment.