Data/Season: Add race step to substitutions page

This commit is contained in:
2025-01-26 13:02:39 +01:00
parent 73df15a188
commit 1d597a431e

View File

@ -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",