Skip to content

Commit e573354

Browse files
committed
fix: remove extra networks =
1 parent 728c29a commit e573354

File tree

1 file changed

+1
-2
lines changed
  • explorer/lib/explorer_web/components

1 file changed

+1
-2
lines changed

explorer/lib/explorer_web/components/nav.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ defmodule NavComponent do
1111
end
1212

1313
def get_networks(current_network) do
14-
networks =
15-
Helpers.get_aligned_networks()
14+
Helpers.get_aligned_networks()
1615
|> Enum.filter(fn {name, _link} ->
1716
case current_network do
1817
# Filter dev networks if we are in mainnet or holesky

0 commit comments

Comments
 (0)