fixInfiniteLoading #17

Merged
PouuleT merged 1 commits from fixInfiniteLoading into master 2020-04-03 18:34:37 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 2af6054091 - Show all commits

View File

@ -1,5 +1,4 @@
import React, { useState } from "react";
import PropTypes from "prop-types";
import { useDispatch, useSelector } from "react-redux";
import { Redirect, Link } from "react-router-dom";

View File

@ -60,8 +60,8 @@ const handlers = {
return state.mergeIn(
["shows", action.payload.imdbId],
Map({
tracked_season: season,
tracked_episode: episode,
tracked_season: season, // eslint-disable-line camelcase
tracked_episode: episode, // eslint-disable-line camelcase
})
);
},