Skip to content

Commit

Permalink
fix: Grouped folder can now be staged
Browse files Browse the repository at this point in the history
fixes #20
  • Loading branch information
domiSchenk committed Sep 24, 2021
1 parent 0d0496a commit 3d56922
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export class RepositoryCommitComponent implements OnInit {
let { value: nextFile } = gen.next();
if (nextFile.type === 'path') {
file.name = `${file.name}/${nextFile.name}`;
file.path = `${file.path}${nextFile.path}`;
file.children = [...nextFile.children];
this.checkPath(file, gen);
}
Expand Down

0 comments on commit 3d56922

Please sign in to comment.