diff --git a/frontend/src/component/changeRequest/ChangeRequest/Changes/Change/strategy-change-diff-calculation.ts b/frontend/src/component/changeRequest/ChangeRequest/Changes/Change/strategy-change-diff-calculation.ts index 7b3764a0a730..225566be1ab6 100644 --- a/frontend/src/component/changeRequest/ChangeRequest/Changes/Change/strategy-change-diff-calculation.ts +++ b/frontend/src/component/changeRequest/ChangeRequest/Changes/Change/strategy-change-diff-calculation.ts @@ -73,9 +73,6 @@ export const getChangesThatWouldBeOverwritten = ( changes.sort((a, b) => a.property.localeCompare(b.property)); return changes; } - - // todo: ensure that there aren't any missing properties that - // don't exist in the snapshot that might be overwritten? } return null;