Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Jan 9, 2024
1 parent 1bd4322 commit 0f5f682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
function OptanonWrapper() {
const oneTrust = window.document.getElementById('onetrust-consent-sdk')
if (window.location !== window.parent.location && oneTrust) {
oneTrust.style.display = 'none'
oneTrust.style.display = 'none'
}

window.document
Expand Down

0 comments on commit 0f5f682

Please sign in to comment.