Skip to content

Commit

Permalink
added SRQ DATIS
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Mar 24, 2024
1 parent 9adcb8f commit 8c91db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Features/DigitalAtis/UI/Pages/Atis.razor
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

@code {
private readonly string[] _airports = { "KMIA", "KTPA", "KFLL", "KPBI", "KRSW" };
private readonly string[] _airports = { "KMIA", "KTPA", "KFLL", "KPBI", "KRSW", "KSRQ" };
private IEnumerable<Models.Atis> _atisEnumerable = Enumerable.Empty<Models.Atis>();
private static string GetIssueTimeString(Models.Atis atis) => atis.IssueTime.ToString("HH:mm");

Expand Down

0 comments on commit 8c91db3

Please sign in to comment.