aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/timeline')
-rw-r--r--src/components/timeline/timeline.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js
index 4eb63f84..f4efc5e8 100644
--- a/src/components/timeline/timeline.js
+++ b/src/components/timeline/timeline.js
@@ -95,7 +95,7 @@ const Timeline = {
return this.$store.getters.mergedConfig.virtualScrolling
},
...mapState({
- mobileLayout: state => state.interface.layoutType === 'mobile',
+ mobileLayout: state => state.interface.layoutType === 'mobile'
})
},
created () {