unicef/magicbox-maps

View on GitHub
react-app/src/actions/action-select-country.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function selectCountry has 120 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const selectCountry = (country, sliderVal, country_data_path) => {
  console.log('You selected', country);
  if (mode !== 'schools') {
    return function(dispatch) {
      dispatch({type: 'REQUEST_DATA'})
Severity: Major
Found in react-app/src/actions/action-select-country.js - About 4 hrs to fix

There are no issues that match your filters.

Category
Status