Skip to content

Commit

Permalink
removes commented-out line
Browse files Browse the repository at this point in the history
  • Loading branch information
jschuurk-kr committed Jul 16, 2024
1 parent 001f168 commit b67f6a6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ export interface CandidatesVotesFormProps {
group: PoliticalGroup;
}

//political_group_votes[1].candidate_votes[1].votes

export function CandidatesVotesForm({ group }: CandidatesVotesFormProps) {
const { register, format, deformat, warnings: inputMaskWarnings } = usePositiveNumberInputMask();
const formRef = React.useRef<CandidatesVotesFormElement>(null);
Expand Down

0 comments on commit b67f6a6

Please sign in to comment.