diff --git a/src/course-unit/data/utils.js b/src/course-unit/data/utils.js index 852ab57aee..b523b9ace6 100644 --- a/src/course-unit/data/utils.js +++ b/src/course-unit/data/utils.js @@ -72,8 +72,6 @@ export const updateXBlockBlockIdToId = (data) => { if (key === 'children' || key === 'selectablePartitions' || key === 'groups') { updatedData[key] = updateXBlockBlockIdToId(value); - } else if (key === 'blockId') { - updatedData.id = value; } else { // Copy other properties unchanged updatedData[key] = value;