mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 00:09:18 +00:00
Merge pull request #14036 from strapi/revert-13951-master
Revert "add badgeContent to pluginsSectionsLinks"
This commit is contained in:
commit
ccc854dfc8
@ -125,13 +125,7 @@ const LeftMenu = ({ generalSectionLinks, pluginsSectionLinks }) => {
|
|||||||
const Icon = link.icon;
|
const Icon = link.icon;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<NavLink
|
<NavLink as={RouterNavLink} to={link.to} key={link.to} icon={<Icon />}>
|
||||||
as={RouterNavLink}
|
|
||||||
to={link.to}
|
|
||||||
key={link.to}
|
|
||||||
icon={<Icon />}
|
|
||||||
badgeContent={link.badge}
|
|
||||||
>
|
|
||||||
{formatMessage(link.intlLabel)}
|
{formatMessage(link.intlLabel)}
|
||||||
</NavLink>
|
</NavLink>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user