diff --git a/falconscoutcore/config.json b/falconscoutcore/config.json index 8928e15..9834569 100644 --- a/falconscoutcore/config.json +++ b/falconscoutcore/config.json @@ -15,6 +15,7 @@ "TeleopSpeaker", "TeleopAmp", "TeleopTrap", + "TeleopPassing", "TeleopNotes", "Parked", "ClimbStatus", diff --git a/falconscoutcore/data_validation/config.yaml b/falconscoutcore/data_validation/config.yaml index 3552f75..112f3e6 100644 --- a/falconscoutcore/data_validation/config.yaml +++ b/falconscoutcore/data_validation/config.yaml @@ -23,6 +23,7 @@ auto_centerline: "AutoCenterline" teleop_speaker: "TeleopSpeaker" teleop_amp: "TeleopAmp" teleop_trap: "TeleopTrap" +teleop_passing: "TeleopPassing" parked: "Parked" climbed: "ClimbStatus" harmonized: "Harmonized" diff --git a/scoutingapp/src/components/inputs/IncrementNumberInput.tsx b/scoutingapp/src/components/inputs/IncrementNumberInput.tsx index e09b821..5793dd7 100644 --- a/scoutingapp/src/components/inputs/IncrementNumberInput.tsx +++ b/scoutingapp/src/components/inputs/IncrementNumberInput.tsx @@ -28,7 +28,7 @@ function IncrementNumberInput(props: ComponentSetup) { > - -
{counter}