Unverified Commit 42af42e6 authored by Ruslan Konviser's avatar Ruslan Konviser Committed by GitHub
Browse files

Merge pull request #1209 from ever-co/feat/mobile-shop-bug

fix: when switching warehouse products weren't showing now they do
parents 50355045 72512592
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,6 @@ export class ProductsPage implements OnInit, OnDestroy {
		} else {
			this.areProductsLoaded = true;
		}

		this.$areProductsLoaded.emit();
	}

@@ -397,5 +396,6 @@ export class ProductsPage implements OnInit, OnDestroy {
				.pipe(first())
				.toPromise();
		}
		this.loadProducts();
	}
}