From 0214b82e14cf087d8fc8c7f081b6367077eb92ec Mon Sep 17 00:00:00 2001 From: Calli Date: Sun, 16 Jul 2023 19:51:00 +0300 Subject: [PATCH] change isk/h to isk per month --- src/app/components/PlanetaryInteraction/PlanetTableRow.tsx | 6 ++++-- .../PlanetaryInteraction/PlanetaryInteractionRow.tsx | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/components/PlanetaryInteraction/PlanetTableRow.tsx b/src/app/components/PlanetaryInteraction/PlanetTableRow.tsx index b6043e2..1e3556f 100644 --- a/src/app/components/PlanetaryInteraction/PlanetTableRow.tsx +++ b/src/app/components/PlanetaryInteraction/PlanetTableRow.tsx @@ -295,10 +295,12 @@ export const PlanetTableRow = ({ fontSize={theme.custom.smallText} > {`${( - ((piPrices?.appraisal.items.find((a) => a.typeID === e.typeId) + (((piPrices?.appraisal.items.find((a) => a.typeID === e.typeId) ?.prices.sell.min ?? 0) * e.amount) / - 1000000 + 1000000) * + 24 * + 30 ).toFixed(2)} M`} ))} diff --git a/src/app/components/PlanetaryInteraction/PlanetaryInteractionRow.tsx b/src/app/components/PlanetaryInteraction/PlanetaryInteractionRow.tsx index 222c44f..f448181 100644 --- a/src/app/components/PlanetaryInteraction/PlanetaryInteractionRow.tsx +++ b/src/app/components/PlanetaryInteraction/PlanetaryInteractionRow.tsx @@ -79,8 +79,8 @@ const PlanetaryIteractionTable = ({ - - MISK/h + + ISK/M