Commit 4498873b authored by Valentin's avatar Valentin
Browse files

fix: feat #806 mobileshop search fix

parent 4f6b094f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
	}