fix: merge syntax errors

This commit is contained in:
LukeGus
2025-12-18 13:58:02 -06:00
parent f2285b1abb
commit d047beab13
4 changed files with 21 additions and 20 deletions

View File

@@ -157,7 +157,7 @@ function AppContent() {
currentTabData?.type === "server" ||
currentTabData?.type === "file_manager" ||
currentTabData?.type === "rdp" ||
currentTabData?.type === "vnc";
currentTabData?.type === "vnc" ||
currentTabData?.type === "tunnel" ||
currentTabData?.type === "docker";
const showHome = currentTabData?.type === "home";