hide unnecessary elements
This commit is contained in:
@@ -148,8 +148,8 @@ export default function CartMobileTabletLayout({
|
||||
<SpecialRequestCard />
|
||||
|
||||
{/* Car Plate*/}
|
||||
{((orderType === OrderType.Pickup && pickup_type === "car") ||
|
||||
orderType === OrderType.ScheduledOrder) && <CarPlateCard />}
|
||||
{/* {((orderType === OrderType.Pickup && pickup_type === "car") ||
|
||||
orderType === OrderType.ScheduledOrder) && <CarPlateCard />} */}
|
||||
|
||||
{/* Estimate Time */}
|
||||
{/* {(orderType === OrderType.Pickup ||
|
||||
|
||||
Reference in New Issue
Block a user