change isk/h to isk per month
This commit is contained in:
@@ -295,10 +295,12 @@ export const PlanetTableRow = ({
|
|||||||
fontSize={theme.custom.smallText}
|
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) *
|
?.prices.sell.min ?? 0) *
|
||||||
e.amount) /
|
e.amount) /
|
||||||
1000000
|
1000000) *
|
||||||
|
24 *
|
||||||
|
30
|
||||||
).toFixed(2)} M`}
|
).toFixed(2)} M`}
|
||||||
</Typography>
|
</Typography>
|
||||||
))}
|
))}
|
||||||
|
@@ -79,8 +79,8 @@ const PlanetaryIteractionTable = ({
|
|||||||
</Tooltip>
|
</Tooltip>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell width="5%">
|
<TableCell width="5%">
|
||||||
<Tooltip title="How many million ISK per hour this planet is exporting (Jita sell min)">
|
<Tooltip title="How many million ISK per month this planet is exporting (Jita sell min)">
|
||||||
<Typography>MISK/h</Typography>
|
<Typography>ISK/M</Typography>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
|
Reference in New Issue
Block a user