Describe the bug
Left column of Ship type don't match the statistics
To Reproduce
Steps to reproduce the behavior:
- Go to account page
- Scroll down to Ship Arrivals
Expected behavior
Matching left column to accurate stats
Screenshots

Desktop (please complete the following information):
- OS: Windows 11
- Browser: Firefox
- Version: 0.30.9 (openfront version)
Additional context
Lines 25-28 in src/core/StatsSchemas are commented out, might be the cause?
// export const unitTypeToBoatUnit = {
// [UnitType.TradeShip]: "trade",
// [UnitType.TransportShip]: "trans",
// } as const satisfies Record<BoatUnitType, BoatUnit>;
Describe the bug
Left column of Ship type don't match the statistics
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Matching left column to accurate stats
Screenshots

Desktop (please complete the following information):
Additional context
Lines 25-28 in src/core/StatsSchemas are commented out, might be the cause?
// export const unitTypeToBoatUnit = {
// [UnitType.TradeShip]: "trade",
// [UnitType.TransportShip]: "trans",
// } as const satisfies Record<BoatUnitType, BoatUnit>;