diff --git a/src/app/explore/explore.component.ts b/src/app/explore/explore.component.ts index 32f723650..01aa4890b 100644 --- a/src/app/explore/explore.component.ts +++ b/src/app/explore/explore.component.ts @@ -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[] = [];