Skip to content

Commit

Permalink
Convert prop id to string
Browse files Browse the repository at this point in the history
  • Loading branch information
thevolcanomanishere committed Dec 13, 2024
1 parent a74d6c6 commit 34ce665
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function VoteDialog({
onSuccess: () => {
setOpen(false);
mutate(true);
refreshPollProposal(["usePollProposal", proposalId]);
refreshPollProposal(["usePollProposal", proposalId.toString()]);
},
});

Expand Down

0 comments on commit 34ce665

Please sign in to comment.