aboutsummaryrefslogtreecommitdiff
path: root/src/components/friends_timeline/friends_timeline.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/friends_timeline/friends_timeline.vue')
-rw-r--r--src/components/friends_timeline/friends_timeline.vue6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/components/friends_timeline/friends_timeline.vue b/src/components/friends_timeline/friends_timeline.vue
index 01a56812..66c0c058 100644
--- a/src/components/friends_timeline/friends_timeline.vue
+++ b/src/components/friends_timeline/friends_timeline.vue
@@ -1,9 +1,5 @@
<template>
- <Timeline
- :title="$t('nav.timeline')"
- :timeline="timeline"
- :timeline-name="'friends'"
- />
+ <Timeline :title="$t('nav.timeline')" v-bind:timeline="timeline" v-bind:timeline-name="'friends'"/>
</template>
<script src="./friends_timeline.js"></script>