Fix PR feedback

Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
soupette 2020-03-05 12:15:11 +01:00
parent 4855f244bc
commit 02dc3640d8
2 changed files with 4 additions and 2 deletions

View File

@ -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}

View File

@ -23,6 +23,8 @@ const UploadList = ({
filesToUploadLength > 1 ? 'plural' : 'singular'
}`;
// TODO: use <IntlText ... /> instead of FormattedMessage
return (
<>
<ModalSection justifyContent="space-between">