Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-04-18 23:59:52 +0300
committerdartcafe <github@dartcafe.de>2021-04-18 23:59:52 +0300
commit43e516fd48128c94b045c83674fe5970e61cee2d (patch)
tree79b00434d26a6ed2157f04932e8052873b4b3728 /src/js/views/Vote.vue
parent5ada3eaef1c0eda81d94a3fe26826313241d929d (diff)
arrow-parens
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/views/Vote.vue')
-rw-r--r--src/js/views/Vote.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/js/views/Vote.vue b/src/js/views/Vote.vue
index 6549544d..6ee023ef 100644
--- a/src/js/views/Vote.vue
+++ b/src/js/views/Vote.vue
@@ -108,10 +108,10 @@ export default {
computed: {
...mapState({
- poll: state => state.poll,
- acl: state => state.poll.acl,
- share: state => state.share,
- settings: state => state.settings,
+ poll: (state) => state.poll,
+ acl: (state) => state.poll.acl,
+ share: (state) => state.share,
+ settings: (state) => state.settings,
}),
...mapGetters({