From e7d9b6cb441dfce133bcc0b204a30fa40916438f Mon Sep 17 00:00:00 2001 From: Liordino Neto Date: Sun, 25 Oct 2020 11:19:11 -0300 Subject: [PATCH] fix: removed unnecessary comments --- .../src/pages/Customers/components/IdCardPhotoCard.js | 8 -------- 1 file changed, 8 deletions(-) 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 }) => { ) : ( )} - {/* */} )