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/VoteTable/VoteColumn.vue')
-rw-r--r--src/js/components/VoteTable/VoteColumn.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/js/components/VoteTable/VoteColumn.vue b/src/js/components/VoteTable/VoteColumn.vue
index b10998fe..bb1bd314 100644
--- a/src/js/components/VoteTable/VoteColumn.vue
+++ b/src/js/components/VoteTable/VoteColumn.vue
@@ -93,7 +93,6 @@ export default {
...mapState({
acl: (state) => state.poll.acl,
poll: (state) => state.poll,
- // share: (state) => state.share,
settings: (state) => state.settings.user,
}),