Skip to content

Commit

Permalink
minor fix for ud validation
Browse files Browse the repository at this point in the history
  • Loading branch information
khansadaoudi committed Oct 15, 2024
1 parent 8082592 commit 826df5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sentence/SentenceCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{{ $t('sentenceCard.automaticParsing') }}
</q-tooltip>
<q-badge
v-if="!hasPendingChanges[user] && udValidationStatut[user] !== ''"
v-if="!hasPendingChanges[user] && udValidationStatut[user] !== '' && udValidationStatut[user]"
:color="udValidationStatut[user]"
rounded
floating
Expand Down

0 comments on commit 826df5c

Please sign in to comment.