Skip to content

Commit

Permalink
fix: optionvoteresult error
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsdn0 committed Mar 22, 2024
1 parent f3c3ae9 commit 9e1280e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const TerminatedAgendaModal: React.FC = () => {
>
{targetAgenda?.choices.map(choice => (
<OptionVoteResult
ispublic={targetAgenda.type.public}
key={choice.id}
name={choice.name}
count={choice.count}
Expand Down

0 comments on commit 9e1280e

Please sign in to comment.