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:
Diffstat (limited to 'src/js/components/User')
-rw-r--r--src/js/components/User/UserMenu.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/js/components/User/UserMenu.vue b/src/js/components/User/UserMenu.vue
index 171669be..7071de6d 100644
--- a/src/js/components/User/UserMenu.vue
+++ b/src/js/components/User/UserMenu.vue
@@ -85,10 +85,10 @@ export default {
computed: {
...mapState({
- acl: state => state.poll.acl,
- share: state => state.share,
- subscribed: state => state.subscription.subscribed,
- emailAddress: state => state.share.emailAddress,
+ acl: (state) => state.poll.acl,
+ share: (state) => state.share,
+ subscribed: (state) => state.subscription.subscribed,
+ emailAddress: (state) => state.share.emailAddress,
}),
emailAddressUnchanged() {