forked from AkkomaGang/akkoma-fe
fix chat user titles
This commit is contained in:
parent
be4244acde
commit
b62653c202
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
|||
import generateProfileLink from 'src/services/user_profile_link_generator/user_profile_link_generator'
|
||||
import UserAvatar from '../user_avatar/user_avatar.vue'
|
||||
import RichContent from 'src/components/rich_content/rich_content.jsx'
|
||||
|
||||
export default {
|
||||
name: 'ChatTitle',
|
||||
components: {
|
||||
UserAvatar
|
||||
UserAvatar,
|
||||
RichContent
|
||||
},
|
||||
props: [
|
||||
'user', 'withAvatar'
|
||||
|
|
Loading…
Reference in a new issue