summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-28 14:14:05 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-28 14:14:05 +0900
commit27763e6898d54c5332a734cf0940f0b71470272a (patch)
tree211929e1264433096cc77c122c8ebe07e59cabfe /src
parentFix error (diff)
downloadmisskey-27763e6898d54c5332a734cf0940f0b71470272a.tar.gz
misskey-27763e6898d54c5332a734cf0940f0b71470272a.tar.bz2
misskey-27763e6898d54c5332a734cf0940f0b71470272a.zip
:art:
Diffstat (limited to 'src')
-rw-r--r--src/client/app/desktop/views/home/home.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/app/desktop/views/home/home.vue b/src/client/app/desktop/views/home/home.vue
index 36ed70ae63..740aa1289d 100644
--- a/src/client/app/desktop/views/home/home.vue
+++ b/src/client/app/desktop/views/home/home.vue
@@ -109,6 +109,10 @@ export default Vue.extend({
name: 'broadcast',
place: 'right',
data: {}
+ }, {
+ name: 'hashtags',
+ place: 'right',
+ data: {}
}];
}
},