From e7cdac7c448449064fb4f9e43c2f8086166ca783 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 23 May 2026 18:49:44 -0400 Subject: [PATCH] fix: remove duplicate brace causing JS parse failure on admin page --- static/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/static/index.html b/static/index.html index 5d2dafd..ce58495 100644 --- a/static/index.html +++ b/static/index.html @@ -2305,7 +2305,6 @@ function renderCsPendingReview() { // Pre-fetch field changes data for the review button (don't render old detail tables) } -} async function loadPendingBatchDetail(batchId) { const el = document.getElementById('csPendingDetail');