From b67f6a673a1d8dfe7a39c22eb75ad366c216aef1 Mon Sep 17 00:00:00 2001 From: Joep <145749778+jschuurk-kr@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:35:10 +0200 Subject: [PATCH] removes commented-out line --- .../form/candidates_votes_form/CandidatesVotesForm.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/app/component/form/candidates_votes_form/CandidatesVotesForm.tsx b/frontend/app/component/form/candidates_votes_form/CandidatesVotesForm.tsx index 1e5fc37a0..3440030ca 100644 --- a/frontend/app/component/form/candidates_votes_form/CandidatesVotesForm.tsx +++ b/frontend/app/component/form/candidates_votes_form/CandidatesVotesForm.tsx @@ -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(null);