\n {(deliveryInformation && deliveryInformation.carrierTrackingId) || consignment.orderReference \n ? (\n deliveryInformation && deliveryInformation.carrierTrackingUrl \n ? (<>\n
{`Live Tracking (#${deliveryInformation && deliveryInformation.carrierTrackingId ? deliveryInformation.carrierTrackingId : consignment.orderReference ? consignment.orderReference : \"\"})`}\n
\n
handleInvoicePdf(consignment)}> View Invoice\n {deliveryInformation?.deliveryExecutionStatus && (\n <>\n
\n
{`${deliveryInformation?.deliveryExecutionStatus || \"\"}`}\n >\n )}\n >)\n : <>\n
{`Track Consignment (#${deliveryInformation && deliveryInformation.carrierTrackingId ? deliveryInformation.carrierTrackingId : consignment.orderReference ? consignment.orderReference : \"\"})`}\n {deliveryInformation?.deliveryExecutionStatus && (\n <>\n
\n
{`${deliveryInformation?.deliveryExecutionStatus || \"\"}`}\n >\n )}\n >\n ) \n : deliveryInformation?.deliveryExecutionStatus &&
{`${deliveryInformation?.deliveryExecutionStatus || \"\"}`}\n }\n
\n