🐛 Actually display if voting is anonymous or not

This commit is contained in:
Brian Wiborg 2024-05-13 13:14:30 +02:00
parent 3707726d10
commit b8de119cc6
No known key found for this signature in database
GPG Key ID: BE53FA9286B719D6

View File

@ -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>