diff --git a/resources/views/coolify.html b/resources/views/coolify.html
index 80726c9..6b4b38f 100644
--- a/resources/views/coolify.html
+++ b/resources/views/coolify.html
@@ -1173,7 +1173,7 @@ document.addEventListener('alpine:init', () => {
this.appDeploymentsList = Array.isArray(list) ? list : [];
} catch(e) { this.flash('Error: ' + e.message, false); }
finally { this.appDeploymentsLoading = false; }
- }
+ },
// ─── Deployment log ──────────────────────────────
openDeploymentLog(dep) {