feat: Add support for NPED Category D across components

This commit is contained in:
2025-12-15 13:17:43 +00:00
parent 5dc1d13e25
commit 696a36ba92
10 changed files with 193 additions and 92 deletions

View File

@@ -172,6 +172,11 @@ const SessionCard = () => {
textColour="text-gray-300"
vehicleTag={"Vehicles with NPED Cat C:"}
/>
<VehicleSessionItem
sessionNumber={vehicles.npedCatD.length}
textColour="text-gray-300"
vehicleTag={"Vehicles with NPED Cat D:"}
/>
</ul>
</div>
</Card>