fix callsign search

This commit is contained in:
Graham McIntire 2025-07-04 12:43:05 -05:00
parent 802c6982c7
commit b620e2891a
No known key found for this signature in database

View file

@ -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