Skip to content

Commit

Permalink
Render due date instead of start date to get highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Jan 25, 2024
1 parent c28f1d1 commit 0ffbc5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class CombinedDateDisplayField extends DateDisplayField {
}

if (this.startDate && (this.startDate === this.dueDate)) {
this.renderSingleDate('startDate', element);
this.renderSingleDate('dueDate', element);
return;
}

Expand Down

0 comments on commit 0ffbc5a

Please sign in to comment.