Skip to content

Commit

Permalink
chore: FIx format
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth committed Sep 26, 2023
1 parent aa82ed9 commit f56979e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/MessageWarningValidation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,13 @@ const tPath = computed(() => {
</BaseLink>
</template>

<template
v-else-if="
validationName === 'passport-gated'
"
>
<template v-else-if="validationName === 'passport-gated'">
<template v-if="validationName === 'passport-gated'">
{{
$t(`${tPath}.passport-gated.invalidMessage`, {
operator: validationParams?.operator === 'AND' ? 'all' : 'one',
stamps: validationParams?.stamps.join(', '),
scoreThreshold: validationParams?.scoreThreshold || 0,
scoreThreshold: validationParams?.scoreThreshold || 0
})
}}
</template>
Expand Down

0 comments on commit f56979e

Please sign in to comment.