diff options
Diffstat (limited to 'src/components/user_card/user_card.vue')
| -rw-r--r-- | src/components/user_card/user_card.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index 88434c59..349c7cb1 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -269,10 +269,10 @@ <RemoteFollow :user="user" /> </div> <UserNote - v-if="loggedIn && isOtherUser && supportsNote" + v-if="loggedIn && isOtherUser && (hasNote || (hasNoteEditor && supportsNote))" :user="user" :relationship="relationship" - :editing="isEditingNote" + :editable="hasNoteEditor" /> </div> </div> |
