You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
occasionally a string displayed in an aircraft strip will be lower case. This value should not be stored as uppercase, as it is only needed to be uppercase at render.
update .text() outputs for aircraft route, destination, etc to include .toUpperCase()
update any other outputs within AircraftStripView class that should be upper to use .toUpperCase()
Admittedly, this may not be the best solution. But it is an easy bandaid to implement until a better strategy can be found.
The text was updated successfully, but these errors were encountered:
occasionally a string displayed in an aircraft strip will be lower case. This value should not be stored as uppercase, as it is only needed to be uppercase at render.
.text()
outputs for aircraft route, destination, etc to include.toUpperCase()
AircraftStripView
class that should be upper to use.toUpperCase()
Admittedly, this may not be the best solution. But it is an easy bandaid to implement until a better strategy can be found.
The text was updated successfully, but these errors were encountered: