aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2022-12-22 13:14:30 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2022-12-22 13:14:30 +0000
commite009510c52d62a19136e01d9f0753448ad703016 (patch)
treeb3dbe611155aeb7d3ff554e900635575792527b4 /src/components/user_profile/user_profile.vue
parent515dcfd3395ce4c6bd228e6bfc20120de78976c1 (diff)
parent2e2512019230f299c2c9eae18afec3c8218d2697 (diff)
Merge branch 'from/develop/tusooa/user-note' into 'develop'
User note See merge request pleroma/pleroma-fe!1612
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
-rw-r--r--src/components/user_profile/user_profile.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index d0da2b5b..d5e8d230 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -10,6 +10,7 @@
:selected="timeline.viewing"
avatar-action="zoom"
rounded="top"
+ :has-note-editor="true"
/>
<div
v-if="user.fields_html && user.fields_html.length > 0"