File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
govtool/frontend/src/hooks/forms Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,14 @@ changes.
1414
1515### Fixed
1616
17+ - allow casting same vote with a different rationale [ Issue 3191] ( https://github.com/IntersectMBO/govtool/issues/3191 )
18+
1719### Changed
1820
1921### Removed
2022
2123## [ v2.0.16] ( https://github.com/IntersectMBO/govtool/releases/tag/v2.0.16 ) 2025-03-17
2224
23-
2425### Added
2526
2627- Add support for preprod in matomo analytics [ Issue 3173] ( https://github.com/IntersectMBO/govtool/issues/3173 )
Original file line number Diff line number Diff line change @@ -69,8 +69,7 @@ export const useVoteActionForm = ({
6969 txHash !== null &&
7070 index !== undefined &&
7171 index !== null &&
72- ! areFormErrors &&
73- previousVote ?. vote !== vote ;
72+ ! areFormErrors ;
7473
7574 const confirmVote = useCallback (
7675 async ( values : VoteActionFormValues ) => {
You can’t perform that action at this time.
0 commit comments