diff --git a/server/src/routes/ui.rs b/server/src/routes/ui.rs index 81f6717..0e4e9ef 100644 --- a/server/src/routes/ui.rs +++ b/server/src/routes/ui.rs @@ -368,7 +368,6 @@ pub async fn app_detail( .unwrap_or_default(); let container_state = get_container_status(&app_id).await; - let latest_deploy_id = deploys.first().map(|d| d.id.as_str()).unwrap_or(""); let mut deploy_rows = String::new(); for d in &deploys { @@ -467,11 +466,7 @@ pub async fn app_detail(