mirror of
https://github.com/strapi/strapi.git
synced 2025-08-09 01:07:27 +00:00
Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
4855f244bc
commit
02dc3640d8
@ -88,8 +88,8 @@ const LeftMenuLinkContainer = ({ plugins }) => {
|
||||
|
||||
return (
|
||||
<Wrapper>
|
||||
{menus.map((section, index) => (
|
||||
<MenuSection key={index}>
|
||||
{menus.map(section => (
|
||||
<MenuSection>
|
||||
{Object.entries(section).map(([key, value]) => (
|
||||
<LeftMenuLinkSection
|
||||
key={key}
|
||||
|
@ -23,6 +23,8 @@ const UploadList = ({
|
||||
filesToUploadLength > 1 ? 'plural' : 'singular'
|
||||
}`;
|
||||
|
||||
// TODO: use <IntlText ... /> instead of FormattedMessage
|
||||
|
||||
return (
|
||||
<>
|
||||
<ModalSection justifyContent="space-between">
|
||||
|
Loading…
x
Reference in New Issue
Block a user