AugurProject/augur-ui

View on GitHub
src/modules/notifications/selectors/notifications.js

Summary

Maintainability
A
1 hr
Test Coverage

Function selectInfoNotificationsAndSeenCount has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  notifications => {
    const networkId = augur.rpc.getNetworkID();
    const { universe } = store.getState();

    let filteredNotifications = notifications;
Severity: Minor
Found in src/modules/notifications/selectors/notifications.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status