wip
This commit is contained in:
@@ -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,
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user