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:
parent
72eab2aa91
commit
5b874185e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue