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/views/Vote.vue')
-rw-r--r--src/js/views/Vote.vue3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/js/views/Vote.vue b/src/js/views/Vote.vue
index 50d8663e..6c98e636 100644
--- a/src/js/views/Vote.vue
+++ b/src/js/views/Vote.vue
@@ -45,7 +45,6 @@
<Subscription />
<div class="additional">
<ParticipantsList v-if="acl.allowSeeUsernames" />
- <!-- <Comments /> -->
</div>
</div>
@@ -55,7 +54,6 @@
</template>
<script>
-// import Comments from '../components/Comments/Comments'
import { AppContent } from '@nextcloud/vue'
import Subscription from '../components/Subscription/Subscription'
import ParticipantsList from '../components/Base/ParticipantsList'
@@ -78,7 +76,6 @@ export default {
PollInformation,
PollTitle,
LoadingOverlay,
- // Comments,
SideBar,
VoteTable,
VoteList