diff --git a/frontend/src/pages/Wanted/Series/index.tsx b/frontend/src/pages/Wanted/Series/index.tsx index 58e9f525c..96507bccd 100644 --- a/frontend/src/pages/Wanted/Series/index.tsx +++ b/frontend/src/pages/Wanted/Series/index.tsx @@ -10,7 +10,7 @@ import { useTableStyles } from "@/styles"; import { BuildKey } from "@/utilities"; import { faSearch } from "@fortawesome/free-solid-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; -import { Anchor, Badge, Group, Text } from "@mantine/core"; +import { Anchor, Badge, Group } from "@mantine/core"; import { FunctionComponent, useMemo } from "react"; import { Link } from "react-router-dom"; import { Column } from "react-table"; @@ -37,11 +37,6 @@ const WantedSeriesView: FunctionComponent = () => { }, { accessor: "episodeTitle", - Cell: ({ value }) => { - const { classes } = useTableStyles(); - - return {value}; - }, }, { Header: "Missing",