🖼 Building out the tabulated Wanted Comics page

This commit is contained in:
2022-04-07 16:12:34 -07:00
parent c91f64239a
commit a3f076add3
3 changed files with 192 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ import React, {
import PropTypes from "prop-types";
import { useNavigate } from "react-router-dom";
import T2Table from "../shared/T2Table";
import { isEmpty, isNil, isNull, isUndefined } from "lodash";
import { isEmpty, isNil, isUndefined } from "lodash";
import RawFileDetails from "./RawFileDetails";
import ComicVineDetails from "./ComicVineDetails";
import SearchBar from "./SearchBar";

View File

@@ -4,7 +4,7 @@ import { useDispatch, useSelector } from "react-redux";
import { searchIssue } from "../../actions/fileops.actions";
import { Library } from "./Library";
const LibraryContainer = () => {
const LibraryContainer = (): ReactElement => {
const dispatch = useDispatch();
useEffect(() => {
dispatch(