tsurupin/portfolio

View on GitHub
frontend/src/shared/containers/Alert/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function default has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function (ComposedComponent) {
  function mapStateToProps(state) {
    return {
      hasAlert: state.error.hasAlert,
      message: state.error.message,
Severity: Minor
Found in frontend/src/shared/containers/Alert/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status