fix: merge syntax errors
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user