From af734afe3694ff3c77d4457b93b02309c4f55d6d Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 24 Aug 2022 22:46:41 +0300 Subject: lint --- src/components/timeline/timeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/timeline/timeline.js') 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 () { -- cgit v1.2.3-70-g09d2