diff --git a/src/app/components/PlanetaryInteraction/PlanetTableRow.tsx b/src/app/components/PlanetaryInteraction/PlanetTableRow.tsx index bc8342f..6662b18 100644 --- a/src/app/components/PlanetaryInteraction/PlanetTableRow.tsx +++ b/src/app/components/PlanetaryInteraction/PlanetTableRow.tsx @@ -1,14 +1,7 @@ import { Button, Tooltip, Typography, useTheme } from "@mui/material"; import { AccessToken, Planet, PlanetInfo, PlanetInfoUniverse } from "@/types"; import { Api } from "@/esi-api"; -import { - Dispatch, - SetStateAction, - forwardRef, - useContext, - useEffect, - useState, -} from "react"; +import { forwardRef, useContext, useEffect, useState } from "react"; import { DateTime } from "luxon"; import { EXTRACTOR_TYPE_IDS, @@ -201,7 +194,7 @@ export const PlanetTableRow = ({ alt="" width={theme.custom.cardImageSize / 6} height={theme.custom.cardImageSize / 6} - style={{marginRight: "5px"}} + style={{ marginRight: "5px" }} /> {planetInfoUniverse?.name} @@ -289,7 +282,14 @@ export const PlanetTableRow = ({ -
+
{exports.map((e) => ( - PI_TYPES_ARRAY.filter((t) => t.name.indexOf("Industry Facility") !== -1); + PI_TYPES_ARRAY.filter( + (t) => + t.name.indexOf("Industry Facility") !== -1 || + t.name.indexOf("High-Tech Production Plant") !== -1 + ); export const STORAGE_IDS = () => PI_TYPES_ARRAY.filter(