Skip to content
Snippets Groups Projects
Commit c52173c6 authored by eal's avatar eal
Browse files

Make babies with the linter.

parent cd87a671
Branches bugfix/object-fetching-handle-mrf-reject
No related tags found
1 merge request!162WIP: Group support
Pipeline #
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment