AppSaloon/socket.io-tester

View on GitHub
src/app/js/components/column/eventAdder/EventAdder.js

Summary

Maintainability
A
1 hr
Test Coverage

Function mapDispatchToProps has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function mapDispatchToProps (dispatch) {
    return {
        addEvent (id, event) {
            dispatch({
                type: 'ADD_EVENT',
Severity: Minor
Found in src/app/js/components/column/eventAdder/EventAdder.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status