wip
This commit is contained in:
@@ -38,9 +38,9 @@ interface ResultsTableProps {
|
||||
results: ResultDTO[];
|
||||
drivers: DriverDTO[];
|
||||
pointsSystem: Record<number, number>;
|
||||
fastestLapTime?: number;
|
||||
fastestLapTime?: number | undefined;
|
||||
penalties?: PenaltyData[];
|
||||
currentDriverId?: string;
|
||||
currentDriverId?: string | undefined;
|
||||
}
|
||||
|
||||
export default function ResultsTable({
|
||||
|
||||
Reference in New Issue
Block a user