Skip to content

Commit

Permalink
fix report mentions in other langs
Browse files Browse the repository at this point in the history
  • Loading branch information
NeloBlivion authored Apr 16, 2024
1 parent 52d06b5 commit 9fd0cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/ReportDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
:value="reason.value"
hide-details="true"
class="shrink mt-2"
@click="reason.text.includes('mention') && suggestedMentions === null ? loadMentions() : null"
@click="reason.value.includes('mention') && suggestedMentions === null ? loadMentions() : null"
/>
<br>
<span v-if="selectedReasons.includes('Incorrect video topic')">
Expand Down

0 comments on commit 9fd0cfd

Please sign in to comment.