Make a condition clear and unambiguous

This commit is contained in:
Sergey Suprunenko 2020-05-14 09:27:58 +02:00
parent e50857d0ff
commit db8dd1223c
No known key found for this signature in database
GPG Key ID: 5DCA7D1BE3914F9C
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<basic-user-card :user="user">
<div class="follow-card-content-container">
<span
v-if="isMe || !noFollowsYou && relationship.followed_by"
v-if="isMe || (!noFollowsYou && relationship.followed_by)"
class="faint"
>
{{ isMe ? $t('user_card.its_you') : $t('user_card.follows_you') }}