diff --git a/lib/towerops_web/live/org/preseem_devices_live.html.heex b/lib/towerops_web/live/org/preseem_devices_live.html.heex index 3f5938f0..edcbb62a 100644 --- a/lib/towerops_web/live/org/preseem_devices_live.html.heex +++ b/lib/towerops_web/live/org/preseem_devices_live.html.heex @@ -155,8 +155,8 @@ + <%= for ap <- @access_points do %> @@ -224,7 +224,7 @@ <%!-- Inline linking row --%> - <%= for ap <- @access_points, ap.id == @linking_ap_id do %> + <%= if ap.id == @linking_ap_id do %>
@@ -292,6 +292,7 @@ <% end %> + <% end %>