fix(admin): remove extra closing brace in history.php
This commit is contained in:
@@ -127,7 +127,6 @@ async function loadHistory(page = 1) {
|
|||||||
renderHistoryPagination();
|
renderHistoryPagination();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
function renderHistoryPagination() {
|
function renderHistoryPagination() {
|
||||||
const container = document.getElementById('historyPagination');
|
const container = document.getElementById('historyPagination');
|
||||||
|
|||||||
Reference in New Issue
Block a user