summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/views/components/note-detail.sub.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app/mobile/views/components/note-detail.sub.vue')
-rw-r--r--src/client/app/mobile/views/components/note-detail.sub.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/note-detail.sub.vue b/src/client/app/mobile/views/components/note-detail.sub.vue
index e515fda8a6..3ad5af1719 100644
--- a/src/client/app/mobile/views/components/note-detail.sub.vue
+++ b/src/client/app/mobile/views/components/note-detail.sub.vue
@@ -4,7 +4,7 @@
<div class="main">
<header>
<router-link class="name" :to="note.user | userPage">{{ note.user | userName }}</router-link>
- <span class="username">@{{ note.user | acct }}</span>
+ <span class="username"><mk-acct :user="note.user"/></span>
<router-link class="time" :to="note | notePage">
<mk-time :time="note.createdAt"/>
</router-link>