Commit 3d3f473a authored by alish's avatar alish
Browse files

fix: details order info redirect

parent 7e9ff1b6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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'
					}`,
				]);
					}`
				);
			}
		}
	}