Showing 2 of 132 total issues
Function reducer
has 45 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
return function reducer(state = initialState, action) {
switch (action.type) {
case PAGINATE_BACK:
return {
...state,
Function render
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const {
environment,
environment_abbreviated,
currentUser,