Skip to content

Commit

Permalink
fix(EditActivityButton): resolved merge conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Frederick Baier <[email protected]>
  • Loading branch information
frederickbaier committed Feb 2, 2025
1 parent 77a0471 commit 1c11952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/EditActivityButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function EditActivityButton({ activity, updateActivity }: AlertIconDialog
const newActivity: Activity = {
id: activity.id,
name: values.name,
activityType: activity.activityType,
type: activity.type,
duration: values.duration,
energy: values.energy,
favorite: activity.favorite
Expand Down

0 comments on commit 1c11952

Please sign in to comment.