diff --git a/src/components/HoldPages/HoldConfirmationItemDetails.tsx b/src/components/HoldPages/HoldConfirmationItemDetails.tsx
index d8d7c82e..eed39a1a 100644
--- a/src/components/HoldPages/HoldConfirmationItemDetails.tsx
+++ b/src/components/HoldPages/HoldConfirmationItemDetails.tsx
@@ -26,19 +26,15 @@ const HoldConfirmationItemDetails = ({
mb="l"
mt={0}
>
- {pickupLocationLabel ? (
+ {pickupLocationLabel && (
- ) : (
- <>>
)}
- {item.barcode ? (
+ {item.barcode && (
- ) : (
- <>>
)}
)