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>2020-05-02 10:04:39 +0300
committerdartcafe <github@dartcafe.de>2020-05-02 10:04:39 +0300
commita0b8cba535418f3388680af82917b600f487bfb6 (patch)
tree32b29dae09fe86d5e9a5ee1ecec9678b51705a61 /src/js/components/VoteTable/VoteList.vue
parent78471e1df3112bd5e1312d661bd4d44c4d5c4985 (diff)
use @nextcloud/auth
Diffstat (limited to 'src/js/components/VoteTable/VoteList.vue')
-rw-r--r--src/js/components/VoteTable/VoteList.vue4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/js/components/VoteTable/VoteList.vue b/src/js/components/VoteTable/VoteList.vue
index bc925415..37d19b19 100644
--- a/src/js/components/VoteTable/VoteList.vue
+++ b/src/js/components/VoteTable/VoteList.vue
@@ -73,10 +73,6 @@ export default {
'expired',
]),
- currentUser() {
- return this.acl.userId
- },
-
noOptions() {
return (this.sortedOptions.length === 0)
},