Make notes editable only on user profile

This commit is contained in:
Tusooa Zhu 2022-09-07 18:46:18 -04:00 committed by tusooa
commit 2e25120192
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
5 changed files with 11 additions and 6 deletions

View file

@ -6,7 +6,7 @@
<span>{{ $t('user_card.note') }}</span>
<div class="buttons">
<button
v-show="!editing"
v-show="!editing && editable"
class="button-default btn"
@click="startEditing"
>
@ -77,7 +77,6 @@
}
.note-text {
line-height: 2;
align-self: stretch;
}