Compare commits

..

No commits in common. "0c05cf76617ad52d0a47295774e331ea5e9cba01" and "20bd7f59832f0952e9ea4fbdce1a5e9db7e10c81" have entirely different histories.

View File

@ -35,7 +35,6 @@ export default function GroupsTable({ groups, onUpdate, onEdit, onEditAffinities
return acc;
}, new Map());
groups.forEach(group => group.children = []);
groups.forEach(group => {
if (group.parentId) {
const parent = index.get(group.parentId);