{text}
; +const smallText = (text: string): JSX.Element => ( +{text}
+); const smallStrongText = (text: string): JSX.Element => ({text} @@ -333,10 +334,14 @@ const Section3 = (document: BillOfLadingDocument): JSX.Element => {
{pkg.description}
); - const renderedWeight = packages.map((pkg, index) =>{pkg.weight}
); - const renderedMeasurement = packages.map((pkg, index) =>{pkg.measurement}
); + const renderedKindOfPackage = packages.map((pkg, index) => ( +{pkg.description}
+ )); + const renderedWeight = packages.map((pkg, index) => ( +{pkg.weight}
+ )); + const renderedMeasurement = packages.map((pkg, index) => ( +{pkg.measurement}
+ )); return (- Above particulars as declared by Shipper, but without responsibility of our representation by Carrier (see - clause 14) + Above particulars as declared by Shipper, but without + responsibility of our representation by Carrier (see clause 14)
- BILL OF LADING FOR OCEAN TRANSPORT OR MULTIMODAL TRANSPORT + + BILL OF LADING FOR OCEAN TRANSPORT OR MULTIMODAL TRANSPORT +
{blNumber}