Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 3, 2024
1 parent 99686de commit 3a8dba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/content/ProseA.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const whiteList = [
]
const rel = computed(() => {
if (whiteList.some((domain) => props.href.includes(domain)))
if (whiteList.some(domain => props.href.includes(domain)))
return 'noopener'
return 'noopener noreferrer'
Expand Down

0 comments on commit 3a8dba9

Please sign in to comment.