summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-02-19 19:46:31 +0900
committerGitHub <noreply@github.com>2018-02-19 19:46:31 +0900
commit55273807d2b4bd1a7c8ee20883b2ab18e3ec1c9c (patch)
tree069b1d10bd592188af0655b1b29597a1dc9530dd /src/web
parentwip (diff)
downloadmisskey-55273807d2b4bd1a7c8ee20883b2ab18e3ec1c9c.tar.gz
misskey-55273807d2b4bd1a7c8ee20883b2ab18e3ec1c9c.tar.bz2
misskey-55273807d2b4bd1a7c8ee20883b2ab18e3ec1c9c.zip
wip
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/desktop/views/components/timeline.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/desktop/views/components/timeline.vue b/src/web/app/desktop/views/components/timeline.vue
index 66d70a9578..c638013380 100644
--- a/src/web/app/desktop/views/components/timeline.vue
+++ b/src/web/app/desktop/views/components/timeline.vue
@@ -1,6 +1,6 @@
<template>
<div class="mk-timeline">
- <mk-following-setuper v-if="alone"/>
+ <mk-friends-maker v-if="alone"/>
<div class="loading" v-if="fetching">
<mk-ellipsis-icon/>
</div>