mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(portal): Fix typo in sites index (#8139)
Fixes a typo introduced in #6905
This commit is contained in:
@@ -25,7 +25,8 @@ defmodule Web.Sites.Index do
|
||||
),
|
||||
connection when not is_nil(connection) <-
|
||||
Enum.find(internet_resource.connections, fn connection ->
|
||||
connection.gateway_group.name != "Internet" && connection.managed_by != "system"
|
||||
connection.gateway_group.name != "Internet" &&
|
||||
connection.gateway_group.managed_by != "system"
|
||||
end) do
|
||||
{internet_resource, connection.gateway_group.name}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user