Commit 63e0f574 authored by Don Gagne's avatar Don Gagne

Fix variable name type

parent 88ef890d
......@@ -44,7 +44,7 @@ FactPanel {
VehicleSummaryRow {
labelText: "Airspeed:"
valueText: dPressOffFact.value == 0 ? "Setup required" : "Ready"
valueText: dpressOffFact.value == 0 ? "Setup required" : "Ready"
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment