Data/Season: Add race step to substitutions page
This commit is contained in:
@ -54,6 +54,11 @@
|
||||
);
|
||||
|
||||
const substitutions_columns: TableColumn[] = [
|
||||
{
|
||||
data_value_name: "expand",
|
||||
label: "Step",
|
||||
valuefun: async (value: { race: Race }): Promise<string> => value.race.step.toString(),
|
||||
},
|
||||
{
|
||||
data_value_name: "substitute",
|
||||
label: "Substitute",
|
||||
|
Reference in New Issue
Block a user