summaryrefslogtreecommitdiff
path: root/src/web/app/mobile/views/components/post-detail.sub.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/app/mobile/views/components/post-detail.sub.vue')
-rw-r--r--src/web/app/mobile/views/components/post-detail.sub.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/mobile/views/components/post-detail.sub.vue b/src/web/app/mobile/views/components/post-detail.sub.vue
index 6906cf570e..427e054fd6 100644
--- a/src/web/app/mobile/views/components/post-detail.sub.vue
+++ b/src/web/app/mobile/views/components/post-detail.sub.vue
@@ -8,7 +8,7 @@
<router-link class="name" :to="`/@${acct}`">{{ post.user.name }}</router-link>
<span class="username">@{{ acct }}</span>
<router-link class="time" :to="`/@${acct}/${post.id}`">
- <mk-time :time="post.created_at"/>
+ <mk-time :time="post.createdAt"/>
</router-link>
</header>
<div class="body">