diff options
Diffstat (limited to 'packages/client/src/components/timeline.vue')
| -rw-r--r-- | packages/client/src/components/timeline.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/components/timeline.vue b/packages/client/src/components/timeline.vue index fa7f4e7f4d..f8a800872f 100644 --- a/packages/client/src/components/timeline.vue +++ b/packages/client/src/components/timeline.vue @@ -1,5 +1,5 @@ <template> -<XNotes :no-gap="!$store.state.showGapBetweenNotesInTimeline" ref="tl" :pagination="pagination" @before="$emit('before')" @after="e => $emit('after', e)" @queue="$emit('queue', $event)"/> +<XNotes ref="tl" :no-gap="!$store.state.showGapBetweenNotesInTimeline" :pagination="pagination" @before="$emit('before')" @after="e => $emit('after', e)" @queue="$emit('queue', $event)"/> </template> <script lang="ts"> |