diff --git a/front/static/js/viewHistory.js b/front/static/js/viewHistory.js index 9905411..ed2eaeb 100644 --- a/front/static/js/viewHistory.js +++ b/front/static/js/viewHistory.js @@ -197,7 +197,7 @@ function createCollapsibleCardBody(key, form, type, sectionDescription, sectionC function createReportForm(parsedData, type) { let modalBody; - let modalLabl; + let modalLabel; const accordion = document.createElement("div"); accordion.classList.add("accordion");