This commit is contained in:
2025-12-08 23:52:36 +01:00
parent 2d0860d66c
commit 35f988f885
46 changed files with 4624 additions and 1041 deletions

View File

@@ -155,7 +155,7 @@ export default async function DashboardPage() {
return {
league,
position: driverStanding?.position ?? 0,
points: driverStanding?.totalPoints ?? 0,
points: driverStanding?.points ?? 0,
totalDrivers: standings.length,
};
})