You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To display the number of votes for each choice in the results on the UI, the proposal query should return an array containing the number of votes for each choice.
Expected behavior
To display the number of votes for each choice in the results on the UI, the proposal query should return an array containing the number of votes for each choice.
Just like we do for scores:
https://discord.com/channels/707079246388133940/1044645639587381279/1054593235613392948
Actual behavior
At present, the proposal query only returns a single number for votes, which represents the total number of votes on the proposal.
The text was updated successfully, but these errors were encountered: