Loading packages/shop-mobile-ionic/src/app/pages/+products/product-details/product-details.page.ts +3 −3 Original line number Diff line number Diff line Loading @@ -146,13 +146,13 @@ export class ProductDetailsPage implements AfterViewInit, OnDestroy { } if (environment.ORDER_INFO_TYPE === 'page') { this.router.navigate([ this.navCtrl.navigateRoot( `${ this.store.deliveryType === DeliveryType.Delivery ? '/order-info' : '/order-info-takeaway' }`, ]); }` ); } } } Loading Loading
packages/shop-mobile-ionic/src/app/pages/+products/product-details/product-details.page.ts +3 −3 Original line number Diff line number Diff line Loading @@ -146,13 +146,13 @@ export class ProductDetailsPage implements AfterViewInit, OnDestroy { } if (environment.ORDER_INFO_TYPE === 'page') { this.router.navigate([ this.navCtrl.navigateRoot( `${ this.store.deliveryType === DeliveryType.Delivery ? '/order-info' : '/order-info-takeaway' }`, ]); }` ); } } } Loading