fix callsign search
This commit is contained in:
parent
802c6982c7
commit
b620e2891a
1 changed files with 7 additions and 7 deletions
|
|
@ -270,7 +270,7 @@ defmodule AprsmeWeb.MapLive.Index do
|
||||||
{:noreply, socket}
|
{:noreply, socket}
|
||||||
else
|
else
|
||||||
# Navigate to the callsign-specific route
|
# Navigate to the callsign-specific route
|
||||||
{:noreply, push_navigate(socket, to: "/map/callsign/#{trimmed_callsign}")}
|
{:noreply, push_navigate(socket, to: "/#{trimmed_callsign}")}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue