Web: Common: NavMenu: Beta badge only for menu icon

This commit is contained in:
Ilya Oleshko 2021-01-25 14:30:36 +03:00
parent 9f3d803af5
commit 1eefebb69b

View File

@ -104,7 +104,7 @@ const NavItem = React.memo((props) => {
/>
) : (
<>
<VersionBadge>BETA</VersionBadge>
{iconName === "MenuIcon" && <VersionBadge>BETA</VersionBadge>}
{React.createElement(Icons[iconName], {
size: "big",
isfill: true,