diff --git a/src/components/Participant.tsx b/src/components/Participant.tsx index b1d2311..0a42fd2 100644 --- a/src/components/Participant.tsx +++ b/src/components/Participant.tsx @@ -34,9 +34,9 @@ function Participant({ type="number" value={initiative} onChange={(e) => { - console.log('hallo?'); return ( - onInitiativeChange && onInitiativeChange(parseInt(e.target.value)) + onInitiativeChange && + onInitiativeChange(parseInt(e.target.value, 10)) ); }} />