Browse Source

linting

renovate/lint-staged-8.x
Waseem999 7 years ago
parent
commit
76ca6bf060
  1. 2
      app/reducers/contactsform.js
  2. 2
      app/routes/contacts/containers/ContactsContainer.js

2
app/reducers/contactsform.js

@ -150,4 +150,4 @@ export default function contactFormReducer(state = initialState, action) {
const handler = ACTION_HANDLERS[action.type]
return handler ? handler(state, action) : state
}
}

2
app/routes/contacts/containers/ContactsContainer.js

@ -112,4 +112,4 @@ const mergeProps = (stateProps, dispatchProps, ownProps) => {
}
}
export default withRouter(connect(mapStateToProps, mapDispatchToProps, mergeProps)(Contacts))
export default withRouter(connect(mapStateToProps, mapDispatchToProps, mergeProps)(Contacts))

Loading…
Cancel
Save