fix launchpad storage calculations

This commit is contained in:
calli
2026-04-14 22:08:26 +03:00
parent bf31a7e2cb
commit 48da721980
3 changed files with 3 additions and 1 deletions
@@ -99,6 +99,7 @@ const calculatePlanetDetails = (planet: PlanetWithInfo, piPrices: EvePraisalResu
const fillRate = storageCapacity > 0 ? (totalVolume / storageCapacity) * 100 : 0;
return {
pin_id: storage.pin_id,
type: storageType,
type_id: storage.type_id,
capacity: storageCapacity,