AugurProject/augur-ui

View on GitHub
src/modules/auth/actions/show-edge-login.js

Summary

Maintainability
A
1 hr
Test Coverage

Function showEdgeLogin has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const showEdgeLogin = history => (dispatch, getState) => {
  const state = getState();
  const edgeContext = selectEdgeContextState(state);
  const edgeLoading = selectEdgeLoadingState(state);

Severity: Minor
Found in src/modules/auth/actions/show-edge-login.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status