Use mk-user-name
This commit is contained in:
syuilo 2018-12-06 16:09:33 +09:00
parent a235869cfa
commit dea8688c9d
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
19 changed files with 43 additions and 54 deletions

View file

@ -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>