diff --git a/src/components/pages/NewUserPage.tsx b/src/components/pages/NewUserPage.tsx index f27f73391a..dc857ed272 100644 --- a/src/components/pages/NewUserPage.tsx +++ b/src/components/pages/NewUserPage.tsx @@ -179,9 +179,9 @@ const NewUserPage: FunctionComponent = () => { {globalize.translate('HeaderLibraries')}
- {mediaFoldersResult.map((folder, index: number)=> ( + {mediaFoldersResult.map(folder => ( @@ -206,9 +206,9 @@ const NewUserPage: FunctionComponent = () => { {globalize.translate('Channels')}
- {channelsResult.map((folder, index: number)=> ( + {channelsResult.map(folder => (