Skip to content

Commit

Permalink
bad merge removed
Browse files Browse the repository at this point in the history
  • Loading branch information
cubap committed Jul 12, 2024
1 parent 259378a commit 64608bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/record.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ <h3 id="pageHeader">Title</h3>
})
let dl = ``
manifest.metadata.forEach(dat => {
dl += `<dt>${dat.label}</dt><dd>${Array.isArray(dat.value) ? dat.value.join(", ") : dat.value}</dd>`
const LOCALIZED_VAL = localizedValue(dat.value)
dl += `<dt>${dat.label}</dt><dd>${Array.isArray(LOCALIZED_VAL) ? LOCALIZED_VAL.join(", ") : LOCALIZED_VAL}</dd>`
})
Expand Down

0 comments on commit 64608bc

Please sign in to comment.