diff --git a/new-lamassu-admin/src/pages/Transactions/DetailsCard.js b/new-lamassu-admin/src/pages/Transactions/DetailsCard.js index ca27a6d1..9e152a6b 100644 --- a/new-lamassu-admin/src/pages/Transactions/DetailsCard.js +++ b/new-lamassu-admin/src/pages/Transactions/DetailsCard.js @@ -261,25 +261,20 @@ const DetailsRow = ({ it: tx, timezone }) => { {tx.customerPhone} )} - {(tx.customerIdCardPhotoPath || tx.txCustomerPhotoPath) && - !tx.customerIdCardData && ( - - - - )} + {tx.customerIdCardPhotoPath && !tx.customerIdCardData && ( + + + + )} {tx.customerIdCardData && ( { /> )} + {tx.txCustomerPhotoPath && ( + + + + )}