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-10-16 12:20:50 +0300
committerdartcafe <github@dartcafe.de>2021-10-16 12:20:50 +0300
commitae7748ebd6b3c4149a840e55e1350846b8c7ee8a (patch)
tree948a0127f6b56dd7aeca21c0cd5eaee2b8b7c624
parent9764b0e5cc5027f54e94f712c1813da551db5cf9 (diff)
tidy
Signed-off-by: dartcafe <github@dartcafe.de>
-rw-r--r--src/js/components/Shares/SharesEffective.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/js/components/Shares/SharesEffective.vue b/src/js/components/Shares/SharesEffective.vue
index 5bd6b927..31d3aed7 100644
--- a/src/js/components/Shares/SharesEffective.vue
+++ b/src/js/components/Shares/SharesEffective.vue
@@ -85,7 +85,6 @@ export default {
computed: {
...mapGetters({
invitationShares: 'shares/invitation',
- participants: 'poll/participantsVoted',
hasVoted: 'shares/hasVoted',
}),
},