Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Lorena Rodriguez Viruel committed Nov 28, 2024
1 parent de86578 commit 4c6c644
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ const cards = [
},
fields: function() {
const immunizations = initImmunizations();
// eslint-disable-next-line no-undef
reports.forEach(function(report) {
if (report.form === 'immunization_visit') {
if (report.fields && report.fields.vaccines_received) {
Expand Down

0 comments on commit 4c6c644

Please sign in to comment.