Skip to content

Commit

Permalink
fixup! feat(voting): fix QA findings
Browse files Browse the repository at this point in the history
  • Loading branch information
phonktown committed Sep 11, 2024
1 parent b24a3e0 commit c375bd0
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 155 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const VoteFormActionsProvider: React.FC = ({ children }) => {

const handleFinish: FinishHandler = async ({ tx }) => {
await mutate()
doRevalidate()
await doRevalidate()
setSuccessTx(tx as unknown as ResultTx)
}

Expand Down
Loading

0 comments on commit c375bd0

Please sign in to comment.