fix: change streams.packets to packets in template

The template was trying to access @streams.packets but LiveView streams were not implemented. Changed to use @packets which is the correct assign.
This commit is contained in:
Graham McIntire 2025-10-12 11:51:35 -05:00
parent 72eab2aa91
commit 5b874185e9
No known key found for this signature in database

View file

@ -1015,7 +1015,7 @@ defmodule AprsmeWeb.MapLive.Index do
slideover_open={@slideover_open}
loading={@loading}
connection_status={@connection_status}
packets={@streams.packets}
packets={@packets}
show_all_packets={@show_all_packets}
tracked_callsign={@tracked_callsign}
tracked_callsign_latest_packet={@tracked_callsign_latest_packet}