Skip to content

Commit

Permalink
Merged branch bugfix/subtle-issue into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
horia141 committed Jun 18, 2024
1 parent 15c9472 commit 81e62d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/webui/app/logic/domain/time-plan-activity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ export function sortTimePlanActivitiesNaturally(
if (j2Parent === undefined || j2Parent === null) {
return -1;
}

return j1Parent.localeCompare(j2Parent);
}

if (j1.target !== j2.target) {
Expand Down

0 comments on commit 81e62d1

Please sign in to comment.