Make a condition clear and unambiguous
This commit is contained in:
parent
e50857d0ff
commit
db8dd1223c
1 changed files with 1 additions and 1 deletions
|
@ -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') }}
|
||||
|
|
Loading…
Reference in a new issue