diff --git a/new-lamassu-admin/src/pages/Customers/CustomerProfile.js b/new-lamassu-admin/src/pages/Customers/CustomerProfile.js index 01049c41..6652b4d2 100644 --- a/new-lamassu-admin/src/pages/Customers/CustomerProfile.js +++ b/new-lamassu-admin/src/pages/Customers/CustomerProfile.js @@ -262,30 +262,6 @@ const CustomerProfile = memo(() => { )} -
- {isOverview && ( -
- - setShowCompliance(!showCompliance)} - /> - -
- -
-
- )} -
{isOverview && (
diff --git a/new-lamassu-admin/src/pages/Customers/components/EditableCard.js b/new-lamassu-admin/src/pages/Customers/components/EditableCard.js index 1756b635..a97023dc 100644 --- a/new-lamassu-admin/src/pages/Customers/components/EditableCard.js +++ b/new-lamassu-admin/src/pages/Customers/components/EditableCard.js @@ -123,12 +123,7 @@ const EditableCard = ({ [classes.label1Rejected]: state === OVERRIDE_REJECTED, [classes.label1Accepted]: state === OVERRIDE_AUTHORIZED } -<<<<<<< HEAD -======= - const isNotAuthorized = - state === OVERRIDE_REJECTED || state === OVERRIDE_PENDING ->>>>>>> feat: add dynamic position to editable cards, reject/authorize buttons const authorized = state === OVERRIDE_PENDING ? { label: 'Pending', type: 'neutral' }