🐛 Actually display if voting is anonymous or not
This commit is contained in:
parent
3707726d10
commit
b8de119cc6
1 changed files with 4 additions and 0 deletions
|
@ -45,7 +45,11 @@
|
|||
{{ .Voting.Threshold }}
|
||||
</td>
|
||||
<td scope="row" class="px-6 py-2 font-medium whitespace-nowrap text-white">
|
||||
{{ if .Voting.Anonymous }}
|
||||
YES
|
||||
{{ else }}
|
||||
NO
|
||||
{{ end }}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue