Make babies with the linter.

This commit is contained in:
eal 2017-11-20 16:57:22 +02:00
parent cd87a6712d
commit c52173c64b
1 changed files with 2 additions and 1 deletions

View File

@ -79,12 +79,13 @@ const PostStatusForm = {
if (matchedGroups.length <= 0) {
return false
}
/* eslint-disable */
return map(take(matchedGroups, 5), ({nickname, original_logo}) => ({
// eslint-disable-next-line camelcase
screen_name: `!${nickname}`,
name: '',
img: original_logo || 'https://placehold.it/48x48'
}))
/* eslint-enable */
} else {
return false
}