Show imports per planet

This commit is contained in:
calli
2025-04-23 15:15:26 +03:00
parent 2a1e74ca79
commit bbdcece163
2 changed files with 8 additions and 2 deletions

View File

@@ -291,7 +291,7 @@ export const PlanetTableRow = ({
key={`import-${character.character.characterId}-${planet.planet_id}-${i.type_id}`}
fontSize={theme.custom.smallText}
>
{PI_TYPES_MAP[i.type_id].name} ({i.quantity}/h)
{PI_TYPES_MAP[i.type_id].name} ({i.quantity * i.factoryCount}/h)
</Typography>
))}
</div>