fix 912791b3ab
This commit is contained in:
parent
09078de36b
commit
dcfc526453
3 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<Mfm :text="user.name || user.username" :plain="true" :nowrap="nowrap"/>
|
||||
<Mfm :text="user.name ?? user.username" :author="user" :plain="true" :nowrap="nowrap"/>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue