Skip to content

Commit

Permalink
Merged branch bugfix/ok-bad-stuff into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
horia141 committed Jun 18, 2024
1 parent 81e62d1 commit 714bfd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webui/app/logic/domain/time-plan-activity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ 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 714bfd9

Please sign in to comment.