aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-08-12 01:27:09 +0300
committerHenry Jameson <me@hjkos.com>2022-08-12 01:27:09 +0300
commit80600137d1be64c83737ca3296f4aaae1033870c (patch)
tree7844be872d871843afbde7b5976859b060d611fa /src/components/timeline
parent7d13f38d8807fb090397af159b485a195c379fb3 (diff)
lint
Diffstat (limited to 'src/components/timeline')
-rw-r--r--src/components/timeline/timeline.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index fad3ff13..f842240b 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -1,7 +1,10 @@
<template>
<div :class="['Timeline', classes.root]">
<div :class="classes.header">
- <TimelineMenu v-if="!embedded" :timeline-name="timelineName"/>
+ <TimelineMenu
+ v-if="!embedded"
+ :timeline-name="timelineName"
+ />
<button
v-if="showLoadButton"
class="button-default loadmore-button"