diff --git a/new-lamassu-admin/src/pages/Customers/components/IdCardPhotoCard.js b/new-lamassu-admin/src/pages/Customers/components/IdCardPhotoCard.js index 7b87d71b..ae063f6b 100644 --- a/new-lamassu-admin/src/pages/Customers/components/IdCardPhotoCard.js +++ b/new-lamassu-admin/src/pages/Customers/components/IdCardPhotoCard.js @@ -32,7 +32,6 @@ const IdCardPhotoCard = memo(({ customerData, updateCustomer }) => { return ( @@ -51,13 +50,6 @@ const IdCardPhotoCard = memo(({ customerData, updateCustomer }) => { ) : ( )} - {/* */} )