Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Lopez committed Aug 20, 2024
1 parent 8753c03 commit 26f9e95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class TreatmentMapComponent {
mapLibreMap!: MapLibreMap;
readonly key = environment.stadiamaps_key;

// ew, not sure if I want to do prop drilling here or set up something else (provider?)
// TODO: should we keep using prop drilling here? Consider using a provider service to hold these values
@Input() projectAreaId: number | null = null;
@Input() treatmentPlanId = 0;

Expand Down

0 comments on commit 26f9e95

Please sign in to comment.