🔧 Fixing CV manual search form

This commit is contained in:
2022-11-17 13:46:20 -08:00
parent 7babf9f73d
commit af5f443cbe
2 changed files with 39 additions and 36 deletions

View File

@@ -4,7 +4,7 @@ import { getWeeklyPullList } from "../../actions/comicinfo.actions";
import { useDispatch, useSelector } from "react-redux";
import Card from "../Carda";
import ellipsize from "ellipsize";
import { isNil, isUndefined } from "lodash";
import { isNil } from "lodash";
export const PullList = (): ReactElement => {
const pullListComics = useSelector(