Commit 47c3f592 authored by Yavor Grancharov's avatar Yavor Grancharov
Browse files

fix: removed unused variable

parent 77d77475
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ export class ProductsComponent implements OnInit, OnDestroy {
	searchText: string;
	modelChanged: Subject<string> = new Subject<string>();
	isWideView: boolean;
	isProductAvailable: boolean = true;

	private getOrdersGeoObj: { loc: ILocation };
	private productsCount: number;