Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Apr 3, 2024
1 parent 1f5d8ee commit 6d143de
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ export function FormikSyncMissionFields({ missionId }: FormikSyncMissionFormProp
logInDev(`SSE: setting form key "${key}" to ${JSON.stringify(missionEvent[key])}`)
setFieldValue(key, missionEvent[key])
})

// TODO Set draft as not dirty
},

// We don't want to trigger infinite re-renders since `setFieldValue` changes after each rendering
Expand Down

0 comments on commit 6d143de

Please sign in to comment.