From d51adc5db34f1762c96dbb12a2b0ba943600c4e1 Mon Sep 17 00:00:00 2001 From: Sergey Date: Fri, 24 Jan 2025 21:27:14 +0300 Subject: [PATCH] fix: fixed Discord /tallies rendering --- templates/discord/tally.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/discord/tally.html b/templates/discord/tally.html index f1bd716..53d903a 100644 --- a/templates/discord/tally.html +++ b/templates/discord/tally.html @@ -1,7 +1,7 @@ {{- if not . }} **No active proposals.** {{- end }} -{{- range $chainName, $tallyInfos := . }} +{{- range $chainName, $tallyInfos := .ChainsTallyInfos }} {{- if $tallyInfos.TallyInfos }} **Proposals on chain {{ $tallyInfos.Chain.GetName }}:** {{ range $chainIndex, $tallyInfo := $tallyInfos.TallyInfos }}