Skip to content

Commit

Permalink
fix: missing key in postponed todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Koch committed Sep 27, 2024
1 parent 242243f commit 7763e5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/planning/DailyPlanProject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const DailyPlanProject: FC<DailyPlanProjectProps> = ({
</TodoForDecision>
) : (
<PostPonedTodo
key={todoId}
done={done}
content={content}
postponeTodo={() => postponeTodo(recordId, false)}
Expand Down

0 comments on commit 7763e5e

Please sign in to comment.