Skip to content

Commit

Permalink
Update src/app/explore/explore.component.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Barney Laurance <[email protected]>
  • Loading branch information
NoelLH and bdsl authored Nov 27, 2024
1 parent 29afbd0 commit d45c3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/explore/explore.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class ExploreComponent implements OnDestroy, OnInit {
private offset = 0;
private routeParamSubscription: Subscription;
private searchServiceSubscription: Subscription;
private smallestSignificantScrollPx = 250;
private readonly smallestSignificantScrollPx = 250;

beneficiaryOptions: string[] = [];
categoryOptions: string[] = [];
Expand Down

0 comments on commit d45c3f3

Please sign in to comment.