mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 08:14:12 +09:00
@ -17,7 +17,7 @@
|
||||
<I18n :src="i18n.ts.renotedBy" tag="span" :class="$style.renoteText">
|
||||
<template #user>
|
||||
<MkA v-user-preview="note.userId" :class="$style.renoteUserName" :to="userPage(note.user)">
|
||||
<MkUserName :user="note.user"/>
|
||||
<span class="_nowrap">{{ note.user.name ?? note.user.username }}</span>
|
||||
</MkA>
|
||||
</template>
|
||||
</I18n>
|
||||
@ -108,7 +108,7 @@
|
||||
<I18n :src="i18n.ts.userSaysSomething" tag="small">
|
||||
<template #name>
|
||||
<MkA v-user-preview="appearNote.userId" :to="userPage(appearNote.user)">
|
||||
<MkUserName :user="appearNote.user"/>
|
||||
<span class="_nowrap">{{ appearNote.user.name ?? appearNote.user.username }}</span>
|
||||
</MkA>
|
||||
</template>
|
||||
</I18n>
|
||||
|
Reference in New Issue
Block a user