Skip to content

Commit

Permalink
Fixing postpone
Browse files Browse the repository at this point in the history
  • Loading branch information
lukdog committed Feb 9, 2024
1 parent 1330bf6 commit 2781c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StandupTimer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function StandupTimer({ members }: StandupTimerProps) {
index={currentMember}
onCompleted={onNext}
onNext={onNext}
postpone={onPostpone}
onPostpone={onPostpone}
/>
{currentMember < members.length - 1 && (
<>
Expand Down

0 comments on commit 2781c8d

Please sign in to comment.