myems-web/src/components/widgets/UsersAndFeed.js
Function UsersAndFeed
has 64 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const UsersAndFeed = () => {
const VideoPostContent = rawFeeds.find(feed => {
return Object.keys(feed.content).includes('video');
});
const GalleryPostContent = rawFeeds.find(feed => {