Minor code styling fix

This commit is contained in:
Dean 2022-03-14 09:47:48 +00:00
parent 3d4c155fb7
commit 4d93d3b76c
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@
const cleanAttribution = sanitizeHtml(mapAttribution, {
allowedTags: ["a"],
allowedAttributes: {
a: ["href","target"],
a: ["href", "target"],
},
})