Minor formatteding fix in StationBtn

This commit is contained in:
Tony Bark 2024-09-17 12:16:48 -04:00
parent bd98119710
commit 858762d54e

View file

@ -10,7 +10,6 @@
{
private string? CodeInput { get; set; }
private async Task AddrRedirectAsync()
{
var address = await JsRuntime.InvokeAsync<string>("__TAURI__.tauri.invoke", "station", new { name = CodeInput });