Skip to content

Commit

Permalink
POC-885: fixed missing label in year week
Browse files Browse the repository at this point in the history
  • Loading branch information
Kipkemoii committed Jan 6, 2025
1 parent 8cd5b1d commit c9f1e79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class PreAppointmentOutreachComponent implements OnInit {
public setSelectedWeek() {
this.selectedFormattedWeek = this.weeks.find(
(week) => week.value === this.selectedWeek
);
).label;
}

public setSelectedFilterType() {
Expand Down

0 comments on commit c9f1e79

Please sign in to comment.