diff --git a/client/src/components/parts-order-modal/parts-order-modal.component.jsx b/client/src/components/parts-order-modal/parts-order-modal.component.jsx index 073091cb0..7c206f59e 100644 --- a/client/src/components/parts-order-modal/parts-order-modal.component.jsx +++ b/client/src/components/parts-order-modal/parts-order-modal.component.jsx @@ -73,6 +73,7 @@ export function PartsOrderModalComponent({ options={vendorList} disabled={isReturn} preferredMake={preferredMake} + showPhone /> { const [option, setOption] = useState(value); @@ -54,7 +54,7 @@ const VendorSearchSelect = (
{o.name}
- {o.phone && ( + {o.phone && showPhone && ( {o.phone} )} {o.discount && o.discount !== 0 ? ( @@ -72,7 +72,7 @@ const VendorSearchSelect = (
{o.name}
- {o.phone && ( + {o.phone && showPhone && ( {o.phone} )} {o.discount && o.discount !== 0 ? (