diff --git a/src/components/VoteTable/VoteTable.vue b/src/components/VoteTable/VoteTable.vue index 1f6a60858e..349f4356b3 100644 --- a/src/components/VoteTable/VoteTable.vue +++ b/src/components/VoteTable/VoteTable.vue @@ -4,7 +4,7 @@ --> -
- -
- {{ - n( - 'polls', - '%n participant is hidden. Click here to load more', - '%n participants are hidden. Click here to load more', - votesStore.countHiddenParticipants, - ) - }} -
-
-