fix: add limit assign so @limit works in pskr_spots template

This commit is contained in:
Graham McInitre 2026-07-15 14:15:51 -05:00
parent 5698d32865
commit 38ee285833

View file

@ -17,6 +17,7 @@ defmodule MicrowavepropWeb.PskrSpotsLive do
{:ok,
assign(socket,
page_title: "PSK Reporter Spots",
limit: @limit,
spots: spots
)}
end