fix: personal note flash on profile

Fixes #2053
This commit is contained in:
patak 2023-05-03 09:25:08 +02:00
parent f1f5a96929
commit 94323c8fe1

View file

@ -169,7 +169,7 @@ const personalNoteMaxLength = 2000
</div>
</div>
<label
v-if="relationship?.note?.length !== 0 || isEditingPersonalNote"
v-if="isEditingPersonalNote || (relationship?.note && relationship.note.length > 0)"
space-y-2
pb-4
block