fix: part of refactoring
This commit is contained in:
@@ -120,4 +120,4 @@ defmodule BDS.Desktop.ShellLive.SocketState do
|
||||
defp current_tab(%{tabs: tabs, active_tab: {type, id}}) do
|
||||
Enum.find(tabs, &(&1.type == type and &1.id == id))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user