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;
|
||||
|
||||
return (
|
||||
<NavLink
|
||||
as={RouterNavLink}
|
||||
to={link.to}
|
||||
key={link.to}
|
||||
icon={<Icon />}
|
||||
badgeContent={link.badge}
|
||||
>
|
||||
<NavLink as={RouterNavLink} to={link.to} key={link.to} icon={<Icon />}>
|
||||
{formatMessage(link.intlLabel)}
|
||||
</NavLink>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user