fix: remove duplicate brace causing JS parse failure on admin page
This commit is contained in:
@@ -2305,7 +2305,6 @@ function renderCsPendingReview() {
|
|||||||
|
|
||||||
// Pre-fetch field changes data for the review button (don't render old detail tables)
|
// Pre-fetch field changes data for the review button (don't render old detail tables)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
async function loadPendingBatchDetail(batchId) {
|
async function loadPendingBatchDetail(batchId) {
|
||||||
const el = document.getElementById('csPendingDetail');
|
const el = document.getElementById('csPendingDetail');
|
||||||
|
|||||||
Reference in New Issue
Block a user