diff --git a/src/client/components/ComicVineSearchForm.tsx b/src/client/components/ComicVineSearchForm.tsx index 8e72c0b..25471d9 100644 --- a/src/client/components/ComicVineSearchForm.tsx +++ b/src/client/components/ComicVineSearchForm.tsx @@ -23,8 +23,8 @@ export const ComicVineSearchForm = (data) => { number: value.issueNumber, subtitle: "", year: value.issueYear, - } - } + }, + }; dispatch(fetchComicVineMatches(data, userInititatedQuery)); }, []); const validate = () => { @@ -42,27 +42,29 @@ export const ComicVineSearchForm = (data) => {
-
- - {(props) => ( -

- - - - -

- )} -
-
+ + {(props) => ( +

+ + + + +

+ )} +
+
+
+
+
{(props) => ( -

+

{

)}
+
-
- - {(props) => ( -

- - - - -

- )} -
-
+
+ + {(props) => ( +

+ + + + +

+ )} +
+
diff --git a/src/client/components/PullList/PullList.tsx b/src/client/components/PullList/PullList.tsx index 0fa2518..c9ac7df 100644 --- a/src/client/components/PullList/PullList.tsx +++ b/src/client/components/PullList/PullList.tsx @@ -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(