From 43e516fd48128c94b045c83674fe5970e61cee2d Mon Sep 17 00:00:00 2001 From: dartcafe Date: Sun, 18 Apr 2021 22:59:52 +0200 Subject: arrow-parens Signed-off-by: dartcafe --- src/js/components/Configuration/ConfigTitle.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/js/components/Configuration/ConfigTitle.vue') diff --git a/src/js/components/Configuration/ConfigTitle.vue b/src/js/components/Configuration/ConfigTitle.vue index b94e6533..9db7a963 100644 --- a/src/js/components/Configuration/ConfigTitle.vue +++ b/src/js/components/Configuration/ConfigTitle.vue @@ -34,7 +34,7 @@ export default { computed: { ...mapState({ - poll: state => state.poll, + poll: (state) => state.poll, }), title: { -- cgit v1.2.3