Skip to content

Commit 25a24f9

Browse files
authored
Update lib/phoenix/live_dashboard/system_info.ex
1 parent effb78d commit 25a24f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/phoenix/live_dashboard/system_info.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ defmodule Phoenix.LiveDashboard.SystemInfo do
373373
{:ancestors,
374374
Keyword.get(dictionary, :"$ancestors", [])
375375
|> Enum.map(&pid_or_port_details/1)},
376-
{:label, Keyword.get(dictionary, :"$process_label", [])}
376+
{:label, Keyword.get(dictionary, :"$process_label")}
377377
]
378378
end
379379

0 commit comments

Comments
 (0)