fix(ShipStatistics): mass iss presented in kg, not the expected tons (#32)

This commit is contained in:
Patric Stout
2023-12-01 14:45:12 +01:00
committed by GitHub
parent 0406a4a464
commit 698795ca78

View File

@@ -156,7 +156,7 @@ export const ShipStatistics = () => {
<Icon name="mass" size={24} />
</span>
<span>
<ShipAttribute name="mass" fixed={2} /> t
<ShipAttribute name="mass" fixed={2} divideBy={1000} /> t
</span>
</span>
<span title="Inertia Modifier" className={styles.statistic}>