mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2024-11-16 03:36:23 +01:00
Make a condition clear and unambiguous
This commit is contained in:
parent
e50857d0ff
commit
db8dd1223c
@ -2,7 +2,7 @@
|
|||||||
<basic-user-card :user="user">
|
<basic-user-card :user="user">
|
||||||
<div class="follow-card-content-container">
|
<div class="follow-card-content-container">
|
||||||
<span
|
<span
|
||||||
v-if="isMe || !noFollowsYou && relationship.followed_by"
|
v-if="isMe || (!noFollowsYou && relationship.followed_by)"
|
||||||
class="faint"
|
class="faint"
|
||||||
>
|
>
|
||||||
{{ isMe ? $t('user_card.its_you') : $t('user_card.follows_you') }}
|
{{ isMe ? $t('user_card.its_you') : $t('user_card.follows_you') }}
|
||||||
|
Loading…
Reference in New Issue
Block a user