diff --git a/src/components/nodes/pages/sup-book/precart/precart.client.tsx b/src/components/nodes/pages/sup-book/precart/precart.client.tsx index 8f01d91..d55a1c8 100644 --- a/src/components/nodes/pages/sup-book/precart/precart.client.tsx +++ b/src/components/nodes/pages/sup-book/precart/precart.client.tsx @@ -179,14 +179,12 @@ const UsFormatChoices = ({ /> - + Hardcover - - US/CAN - {clothPrice && ( - {formatCurrency(clothPrice)} - )} - + US/CAN + {clothPrice && ( + {formatCurrency(clothPrice)} + )} @@ -204,14 +202,13 @@ const UsFormatChoices = ({ /> - + Paperback - - US/CAN - {paperPrice && ( - {formatCurrency(paperPrice)} - )} - + + US/CAN + {paperPrice && ( + {formatCurrency(paperPrice)} + )}