Refactor
Use mk-user-name
This commit is contained in:
parent
a235869cfa
commit
dea8688c9d
19 changed files with 43 additions and 54 deletions
|
|
@ -9,7 +9,7 @@
|
|||
alt="avatar"
|
||||
/>
|
||||
<router-link :class="$style.name" :to="$store.state.i | userPage">
|
||||
<misskey-flavored-markdown :text="$store.state.i.name || $store.state.i.username" :shouldBreak="false" :plainText="true" :custom-emojis="$store.state.i.emojis"/>
|
||||
<mk-user-name :user="$store.state.i"/>
|
||||
</router-link>
|
||||
</mk-widget-container>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue