fix: remove duplicate brace causing JS parse failure on admin page

This commit is contained in:
Leo
2026-05-23 18:49:44 -04:00
parent afc38438b0
commit e7cdac7c44
-1
View File
@@ -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');