diff --git a/src/ui/desktop/apps/features/docker/components/ConsoleTerminal.tsx b/src/ui/desktop/apps/features/docker/components/ConsoleTerminal.tsx index 159b5dfb..acc82a67 100644 --- a/src/ui/desktop/apps/features/docker/components/ConsoleTerminal.tsx +++ b/src/ui/desktop/apps/features/docker/components/ConsoleTerminal.tsx @@ -303,11 +303,11 @@ export function ConsoleTerminal({ }, [ terminal, containerState, - getWebSocketBaseUrl, hostConfig, containerId, selectedShell, containerName, + t, ]); React.useEffect(() => {