diff --git a/src/app/home/task/station-weekly-plan/station-weekly-plan.component.ts b/src/app/home/task/station-weekly-plan/station-weekly-plan.component.ts index 62dcfa9..8b7b56e 100644 --- a/src/app/home/task/station-weekly-plan/station-weekly-plan.component.ts +++ b/src/app/home/task/station-weekly-plan/station-weekly-plan.component.ts @@ -364,5 +364,7 @@ export class StationWeeklyPlanComponent implements OnInit { } }) } - + taskDetails(){ + + } }