Commit 88dd18db authored by Alish's avatar Alish
Browse files

fix: no products placeholder shop-mobile

parent 440805cd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -309,6 +309,8 @@ export class ProductsPage implements OnInit, OnDestroy {
				this.store.registrationSystem = RegistrationSystem.Once;
				this.router.navigate(['/invite']);
			}
		} else {
			this.areProductsLoaded = true;
		}

		this.$areProductsLoaded.emit();