myems-web/src/components/widgets/UsersAndFeed.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function UsersAndFeed has 64 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const UsersAndFeed = () => {
  const VideoPostContent = rawFeeds.find(feed => {
    return Object.keys(feed.content).includes('video');
  });
  const GalleryPostContent = rawFeeds.find(feed => {
Severity: Major
Found in myems-web/src/components/widgets/UsersAndFeed.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status