Skip to content

Commit 9628cf4

Browse files
author
philippe lhardy
committed
hide count/result for non simple votingVariant
Signed-off-by: philippe lhardy <philippe.lhardy@astrolabe.coop>
1 parent 96780a7 commit 9628cf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/VoteTable/VoteTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function isVotable(participant: User, option: Option) {
147147
</StickyDiv>
148148

149149
<Counter
150-
v-if="pollStore.permissions.seeResults"
150+
v-if="pollStore.votingVariant === 'simple' && pollStore.permissions.seeResults"
151151
:id="`counter-${option.id}`"
152152
:key="`counter-${option.id}`"
153153
:class="{

0 commit comments

Comments
 (0)