Loading packages/shop-mobile-ionic/src/app/pages/+products/+searchProducts/searchProducts.component.ts +2 −2 Original line number Diff line number Diff line Loading @@ -113,9 +113,9 @@ export class SearchProductsComponent implements OnInit { const orderCount = await this.geoLocationProductsService.getCountOfGeoLocationProducts( this.geoObj, options options, this.searchInput ); this.productsShowMoreButton = orderCount === this.searchResultProducts.length; } Loading Loading
packages/shop-mobile-ionic/src/app/pages/+products/+searchProducts/searchProducts.component.ts +2 −2 Original line number Diff line number Diff line Loading @@ -113,9 +113,9 @@ export class SearchProductsComponent implements OnInit { const orderCount = await this.geoLocationProductsService.getCountOfGeoLocationProducts( this.geoObj, options options, this.searchInput ); this.productsShowMoreButton = orderCount === this.searchResultProducts.length; } Loading