diff --git a/front/src/views/auth/ProfileBase.vue b/front/src/views/auth/ProfileBase.vue index 1c61f609c..dc5a10f65 100644 --- a/front/src/views/auth/ProfileBase.vue +++ b/front/src/views/auth/ProfileBase.vue @@ -10,6 +10,7 @@ import axios from 'axios' import useErrorHandler from '~/composables/useErrorHandler' import useReport from '~/composables/moderation/useReport' +import RenderedDescription from '~/components/common/RenderedDescription.vue' import Layout from '~/components/ui/Layout.vue' import Section from '~/components/ui/layout/Section.vue' @@ -81,6 +82,7 @@ watch(props, fetchData, { immediate: true }) class="page-profile" > + {{ object?.full_username }} + +
+ + {{ object?.full_username }} + + + - +