diff --git a/src-tauri/src/commands.rs b/src-tauri/src/commands.rs
index 018a77d5..68b43c29 100644
--- a/src-tauri/src/commands.rs
+++ b/src-tauri/src/commands.rs
@@ -1204,7 +1204,7 @@ pub async fn delete_tunnel(tunnel_id: Id, handle: AppHandle) -> Result<(), Error
"The tunnel to delete with ID {tunnel_id} has been identified as {tunnel}, proceeding \
with deletion."
);
-
+ #[allow(unused_variables)]
if let Some(connection) = app_state
.remove_connection(tunnel_id, ConnectionType::Tunnel)
.await
diff --git a/src/pages/client/pages/ClientInstancePage/components/LocationsList/components/LocationsDetailView/components/LocationDetailCard/LocationDetailCard.tsx b/src/pages/client/pages/ClientInstancePage/components/LocationsList/components/LocationsDetailView/components/LocationDetailCard/LocationDetailCard.tsx
index 45bdf5f5..ecf77268 100644
--- a/src/pages/client/pages/ClientInstancePage/components/LocationsList/components/LocationsDetailView/components/LocationDetailCard/LocationDetailCard.tsx
+++ b/src/pages/client/pages/ClientInstancePage/components/LocationsList/components/LocationsDetailView/components/LocationDetailCard/LocationDetailCard.tsx
@@ -92,7 +92,10 @@ export const LocationDetailCard = memo(
{parse(localLL.controls.traffic.helper())}
-
+
)}
{location?.active && (